Html Css Color HEX #096D55 Watercourse

📋 copy color: '#096D55'

red 9 ◦ green 109 ◦ blue 85

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

Shades of Watercourse #096D55

Tints of Watercourse #096D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.69%

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

R = 4.43%
G = 53.69%
B = 41.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#096D55 (or 0x096D55) is known color: Watercourse. HEX triplet: 09, 6D and 55. RGB value is (9,109,85). Sum of RGB (Red+Green+Blue) = 9+109+85=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #096D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D55 is #F692AA. Grayscale: #4C4C4C. Windows color (decimal): -16159403 or 5598473. OLE color: 5598473.

HSL color Cylindrical-coordinate representation of color #096D55: hue angle of 165.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D55 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 109 85 -
CMYK 0.92 0 0.22 0.57
HSL 165.6º 0.85% 0.23% -
HSV(B) 165.6º 0.92% 0.43% -
XYZ 7.22 11.65 10.46 -
YUV 76.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 9 109 85 0.92 0 0.22 0.57 165.6 0.85 0.23
Hex 9 6D 55 5C 0 16 39 A6 55 17
Octal 11 155 125 134 0 26 71 246 125 27
Binary 1001 1101101 1010101 1011100 0 10110 111001 10100110 1010101 10111

Color Harmonies of #096D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D55

Black with #096D55

Text Example


Text Example

White with #096D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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