#096F76

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

Shades of Surfie Green #096F76

Tints of Surfie Green #096F76

Color information

#096F76 (or 0x096F76) is unknown color: approx Surfie Green. HEX triplet: 09, 6F and 76. RGB value is (9,111,118). Sum of RGB (Red+Green+Blue) = 9+111+118=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #096F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F76 is #F69089. Grayscale: #515151. Windows color (decimal): -16158858 or 7761673. OLE color: 7761673.

HSL color Cylindrical-coordinate representation of color #096F76: hue angle of 183.85º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F76 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9111118-
CMYK0.920.0600.54
HSL183.85º85.83%24.9%-
HSV(B)183.85º92.37%46.27%-
XYZ9.0712.7319.12-
YUV81.3148.7176.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 111 (43.75% from 255) = 46.64%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=3.78%
G=46.64%
B=49.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91111180.920.0600.54183.8585.8324.9
Hex96F765C6036b85619
Octal11157166134606627012631
Binary1001110111111101101011100110011011010111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096F76; }

 p { color: rgb(9,111,118); }

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

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

 a { background-color: rgb(9,111,118); }

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

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

 span { border-color: rgb(9,111,118); }

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