Html Css Color HEX #096856 Watercourse

📋 copy color: '#096856'

red 9 ◦ green 104 ◦ blue 86

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

Shades of Watercourse #096856

Tints of Watercourse #096856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.26%

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

R = 4.52%
G = 52.26%
B = 43.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#096856 (or 0x096856) is known color: Watercourse. HEX triplet: 09, 68 and 56. RGB value is (9,104,86). Sum of RGB (Red+Green+Blue) = 9+104+86=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #096856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096856 is #F697A9. Grayscale: #494949. Windows color (decimal): -16160682 or 5662729. OLE color: 5662729.

HSL color Cylindrical-coordinate representation of color #096856: hue angle of 168.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096856 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 86 -
CMYK 0.91 0 0.17 0.59
HSL 168.63º 0.84% 0.22% -
HSV(B) 168.63º 0.91% 0.41% -
XYZ 6.74 10.63 10.5 -
YUV 73.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 9 104 86 0.91 0 0.17 0.59 168.63 0.84 0.22
Hex 9 68 56 5B 0 11 3B A9 54 16
Octal 11 150 126 133 0 21 73 251 124 26
Binary 1001 1101000 1010110 1011011 0 10001 111011 10101001 1010100 10110

Color Harmonies of #096856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096856

Black with #096856

Text Example


Text Example

White with #096856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096856; }

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

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

background-color css

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

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

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

border-color css

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

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

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