Html Css Color HEX #096F4F Watercourse

📋 copy color: '#096F4F'

red 9 ◦ green 111 ◦ blue 79

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

Shades of Watercourse #096F4F

Tints of Watercourse #096F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.78%

 BLUE value IS 79 (31.25% from 255) = 39.7%

R = 4.52%
G = 55.78%
B = 39.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#096F4F (or 0x096F4F) is known color: Watercourse. HEX triplet: 09, 6F and 4F. RGB value is (9,111,79). Sum of RGB (Red+Green+Blue) = 9+111+79=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #096F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F4F is #F690B0. Grayscale: #4C4C4C. Windows color (decimal): -16158897 or 5205769. OLE color: 5205769.

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

Color convert

RGB 9 111 79 -
CMYK 0.92 0 0.29 0.56
HSL 161.18º 0.85% 0.24% -
HSV(B) 161.18º 0.92% 0.44% -
XYZ 7.21 11.99 9.33 -
YUV 76.85 129.21 79.6 -
System Red Green Blue C M Y K H S L
Decimal 9 111 79 0.92 0 0.29 0.56 161.18 0.85 0.24
Hex 9 6F 4F 5C 0 1D 38 A1 55 18
Octal 11 157 117 134 0 35 70 241 125 30
Binary 1001 1101111 1001111 1011100 0 11101 111000 10100001 1010101 11000

Color Harmonies of #096F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F4F

Black with #096F4F

Text Example


Text Example

White with #096F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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