#096F73

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

Shades of Surfie Green #096F73

Tints of Surfie Green #096F73

Color information

#096F73 (or 0x096F73) is unknown color: approx Surfie Green. HEX triplet: 09, 6F and 73. RGB value is (9,111,115). Sum of RGB (Red+Green+Blue) = 9+111+115=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #096F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F73 is #F6908C. Grayscale: #505050. Windows color (decimal): -16158861 or 7565065. OLE color: 7565065.

HSL color Cylindrical-coordinate representation of color #096F73: hue angle of 182.26º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F73 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9111115-
CMYK0.920.0300.55
HSL182.26º85.48%24.31%-
HSV(B)182.26º92.17%45.1%-
XYZ8.8912.6618.2-
YUV80.96147.2176.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=3.83%
G=47.23%
B=48.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91111150.920.0300.55182.2685.4824.31
Hex96F735C3037b65518
Octal11157163134306726612530
Binary100111011111110011101110011011011110110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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