Html Css Color HEX #096A56 Watercourse

📋 copy color: '#096A56'

red 9 ◦ green 106 ◦ blue 86

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

Shades of Watercourse #096A56

Tints of Watercourse #096A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 52.74%

 BLUE value IS 86 (33.98% from 255) = 42.79%

R = 4.48%
G = 52.74%
B = 42.79%

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

#096A56 (or 0x096A56) is known color: Watercourse. HEX triplet: 09, 6A and 56. RGB value is (9,106,86). Sum of RGB (Red+Green+Blue) = 9+106+86=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #096A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A56 is #F695A9. Grayscale: #4A4A4A. Windows color (decimal): -16160170 or 5663241. OLE color: 5663241.

HSL color Cylindrical-coordinate representation of color #096A56: hue angle of 167.63º degrees, saturation: 0.84, 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 #096A56 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 86 -
CMYK 0.92 0 0.19 0.58
HSL 167.63º 0.84% 0.23% -
HSV(B) 167.63º 0.92% 0.42% -
XYZ 6.95 11.04 10.57 -
YUV 74.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 9 106 86 0.92 0 0.19 0.58 167.63 0.84 0.23
Hex 9 6A 56 5C 0 13 3A A8 54 17
Octal 11 152 126 134 0 23 72 250 124 27
Binary 1001 1101010 1010110 1011100 0 10011 111010 10101000 1010100 10111

Color Harmonies of #096A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A56

Black with #096A56

Text Example


Text Example

White with #096A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,86); }

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

background-color css

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

 a { background-color: rgb(9,106,86); }

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

border-color css

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

 span { border-color: rgb(9,106,86); }

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