#117675

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

Shades of Surfie Green #117675

Tints of Surfie Green #117675

Color information

#117675 (or 0x117675) is unknown color: approx Surfie Green. HEX triplet: 11, 76 and 75. RGB value is (17,118,117). Sum of RGB (Red+Green+Blue) = 17+118+117=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #117675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117675 is #EE898A. Grayscale: #575757. Windows color (decimal): -15632779 or 7697937. OLE color: 7697937.

HSL color Cylindrical-coordinate representation of color #117675: hue angle of 179.41º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117675 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB17118117-
CMYK0.8600.010.54
HSL179.41º74.81%26.47%-
HSV(B)179.41º85.59%46.27%-
XYZ9.9214.3619.08-
YUV87.69144.5477.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=6.75%
G=46.83%
B=46.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171181170.8600.010.54179.4174.8126.47
Hex117675560136b34b1a
Octal21166165126016626311332
Binary100011110110111010110101100111011010110011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117675; }

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

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

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

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

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

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

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

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