Html Css Color HEX #096F54 Watercourse

📋 copy color: '#096F54'

red 9 ◦ green 111 ◦ blue 84

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

Shades of Watercourse #096F54

Tints of Watercourse #096F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.18%

R = 4.41%
G = 54.41%
B = 41.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#096F54 (or 0x096F54) is known color: Watercourse. HEX triplet: 09, 6F and 54. RGB value is (9,111,84). Sum of RGB (Red+Green+Blue) = 9+111+84=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #096F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F54 is #F690AB. Grayscale: #4D4D4D. Windows color (decimal): -16158892 or 5533449. OLE color: 5533449.

HSL color Cylindrical-coordinate representation of color #096F54: hue angle of 164.12º 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 #096F54 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 84 -
CMYK 0.92 0 0.24 0.56
HSL 164.12º 0.85% 0.24% -
HSV(B) 164.12º 0.92% 0.44% -
XYZ 7.4 12.07 10.33 -
YUV 77.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 9 111 84 0.92 0 0.24 0.56 164.12 0.85 0.24
Hex 9 6F 54 5C 0 18 38 A4 55 18
Octal 11 157 124 134 0 30 70 244 125 30
Binary 1001 1101111 1010100 1011100 0 11000 111000 10100100 1010101 11000

Color Harmonies of #096F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F54

Black with #096F54

Text Example


Text Example

White with #096F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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