#117976

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

Shades of Surfie Green #117976

Tints of Surfie Green #117976

Color information

#117976 (or 0x117976) is unknown color: approx Surfie Green. HEX triplet: 11, 79 and 76. RGB value is (17,121,118). Sum of RGB (Red+Green+Blue) = 17+121+118=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #117976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117976 is #EE8689. Grayscale: #595959. Windows color (decimal): -15632010 or 7764241. OLE color: 7764241.

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

Color convert

RGB17121118-
CMYK0.8600.020.53
HSL178.27º75.36%27.06%-
HSV(B)178.27º85.95%47.45%-
XYZ10.3415.119.51-
YUV89.56144.0476.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.64%
GREEN value IS 121 (47.66% from 255) = 47.27%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=6.64%
G=47.27%
B=46.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171211180.8600.020.53178.2775.3627.06
Hex117976560235b24b1b
Octal21171166126026526211333
Binary1000111110011110110101011001011010110110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117976; }

 p { color: rgb(17,121,118); }

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

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

 a { background-color: rgb(17,121,118); }

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

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

 span { border-color: rgb(17,121,118); }

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