#0e7775

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

Shades of Surfie Green #0E7775

Tints of Surfie Green #0E7775

Color information

#0E7775 (or 0x0E7775) is unknown color: approx Surfie Green. HEX triplet: 0E, 77 and 75. RGB value is (14,119,117). Sum of RGB (Red+Green+Blue) = 14+119+117=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7775 is #F1888A. Grayscale: #575757. Windows color (decimal): -15829131 or 7698190. OLE color: 7698190.

HSL color Cylindrical-coordinate representation of color #0E7775: hue angle of 178.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7775 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB14119117-
CMYK0.8800.020.53
HSL178.86º78.95%26.08%-
HSV(B)178.86º88.24%46.67%-
XYZ9.9914.5719.12-
YUV87.38144.7175.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=5.6%
G=47.6%
B=46.8%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal141191170.8800.020.53178.8678.9526.08
HexE7775580235b34f1a
Octal16167165130026526311732
Binary111011101111110101101100001011010110110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,119,117); }

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

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

 a { background-color: rgb(14,119,117); }

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

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

 span { border-color: rgb(14,119,117); }

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