Html Css Color HEX #096B55 Watercourse

📋 copy color: '#096B55'

red 9 ◦ green 107 ◦ blue 85

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

Shades of Watercourse #096B55

Tints of Watercourse #096B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 4.48%
G = 53.23%
B = 42.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#096B55 (or 0x096B55) is known color: Watercourse. HEX triplet: 09, 6B and 55. RGB value is (9,107,85). Sum of RGB (Red+Green+Blue) = 9+107+85=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #096B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B55 is #F694AA. Grayscale: #4B4B4B. Windows color (decimal): -16159915 or 5597961. OLE color: 5597961.

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

Color convert

RGB 9 107 85 -
CMYK 0.92 0 0.21 0.58
HSL 166.53º 0.84% 0.23% -
HSV(B) 166.53º 0.92% 0.42% -
XYZ 7.01 11.23 10.39 -
YUV 75.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 9 107 85 0.92 0 0.21 0.58 166.53 0.84 0.23
Hex 9 6B 55 5C 0 15 3A A7 54 17
Octal 11 153 125 134 0 25 72 247 124 27
Binary 1001 1101011 1010101 1011100 0 10101 111010 10100111 1010100 10111

Color Harmonies of #096B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B55

Black with #096B55

Text Example


Text Example

White with #096B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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