Html Css Color HEX #096C57 Watercourse

📋 copy color: '#096C57'

red 9 ◦ green 108 ◦ blue 87

#096C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #096C57

Tints of Watercourse #096C57

RGB

 RED value IS 9 (3.91% from 255) = 4.41%

 GREEN value IS 108 (42.58% from 255) = 52.94%

 BLUE value IS 87 (34.38% from 255) = 42.65%

R = 4.41%
G = 52.94%
B = 42.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#096C57 (or 0x096C57) is known color: Watercourse. HEX triplet: 09, 6C and 57. RGB value is (9,108,87). Sum of RGB (Red+Green+Blue) = 9+108+87=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #096C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C57 is #F693A8. Grayscale: #4B4B4B. Windows color (decimal): -16159657 or 5729289. OLE color: 5729289.

HSL color Cylindrical-coordinate representation of color #096C57: hue angle of 167.27º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C57 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 108 87 -
CMYK 0.92 0 0.19 0.58
HSL 167.27º 0.85% 0.23% -
HSV(B) 167.27º 0.92% 0.42% -
XYZ 7.2 11.47 10.85 -
YUV 76.01 134.2 80.21 -
System Red Green Blue C M Y K H S L
Decimal 9 108 87 0.92 0 0.19 0.58 167.27 0.85 0.23
Hex 9 6C 57 5C 0 13 3A A7 55 17
Octal 11 154 127 134 0 23 72 247 125 27
Binary 1001 1101100 1010111 1011100 0 10011 111010 10100111 1010101 10111

Color Harmonies of #096C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C57

Black with #096C57

Text Example


Text Example

White with #096C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,108,87); }

 H1.HeaderClassName
 {
   color: #096C57;
 }
 .AnyTagClassName
 {
   color: #096C57;
 }
</style>

background-color css

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

 a { background-color: rgb(9,108,87); }

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

border-color css

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

 span { border-color: rgb(9,108,87); }

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