#0E7F79

Color #0E7F79 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #0E7F79

Tints of Surfie Green #0E7F79

Color information

#0E7F79 (or 0x0E7F79) is unknown color: approx Surfie Green. HEX triplet: 0E, 7F and 79. RGB value is (14,127,121). Sum of RGB (Red+Green+Blue) = 14+127+121=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F79 is #F18086. Grayscale: #5C5C5C. Windows color (decimal): -15827079 or 7962382. OLE color: 7962382.

HSL color Cylindrical-coordinate representation of color #0E7F79: hue angle of 176.81º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F79 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB14127121-
CMYK0.8900.050.50
HSL176.81º80.14%27.65%-
HSV(B)176.81º88.98%49.8%-
XYZ11.2216.6520.71-
YUV92.53144.0671.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 127 (50% from 255) = 48.47%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=5.34%
G=48.47%
B=46.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal141271210.8900.050.50176.8180.1427.65
HexE7F79590532b1501c
Octal16177171131056226112034
Binary1110111111111110011011001010111001010110001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7F79; }

 p { color: rgb(14,127,121); }

 H1.HeaderClassName
 {
   color: #0E7F79;
 }
 .AnyTagClassName
 {
   color: #0E7F79;
 }
</style>
background-color css

<style>
 a { background-color: #0E7F79; }

 a { background-color: rgb(14,127,121); }

 div.DivClassName
 {
   background-color: #0E7F79;
 }
 .BgClassName
 {
   background-color: #0E7F79;
 }
</style>
border-color css

<style>
 span { border-color: #0E7F79; }

 span { border-color: rgb(14,127,121); }

 td.TdClassName
 {
   border-color: #0E7F79;
 }
 .TagClassName
 {
   border-color: #0E7F79;
 }
</style>