Html Css Color HEX #096B51 Watercourse

📋 copy color: '#096B51'

red 9 ◦ green 107 ◦ blue 81

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

Shades of Watercourse #096B51

Tints of Watercourse #096B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.31%

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 4.57%
G = 54.31%
B = 41.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#096B51 (or 0x096B51) is known color: Watercourse. HEX triplet: 09, 6B and 51. RGB value is (9,107,81). Sum of RGB (Red+Green+Blue) = 9+107+81=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #096B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B51 is #F694AE. Grayscale: #4A4A4A. Windows color (decimal): -16159919 or 5335817. OLE color: 5335817.

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

Color convert

RGB 9 107 81 -
CMYK 0.92 0 0.24 0.58
HSL 164.08º 0.84% 0.23% -
HSV(B) 164.08º 0.92% 0.42% -
XYZ 6.86 11.17 9.58 -
YUV 74.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 9 107 81 0.92 0 0.24 0.58 164.08 0.84 0.23
Hex 9 6B 51 5C 0 18 3A A4 54 17
Octal 11 153 121 134 0 30 72 244 124 27
Binary 1001 1101011 1010001 1011100 0 11000 111010 10100100 1010100 10111

Color Harmonies of #096B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B51

Black with #096B51

Text Example


Text Example

White with #096B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,107,81); }

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

background-color css

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

 a { background-color: rgb(9,107,81); }

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

border-color css

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

 span { border-color: rgb(9,107,81); }

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