Html Css Color HEX #096D52 Watercourse

📋 copy color: '#096D52'

red 9 ◦ green 109 ◦ blue 82

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

Shades of Watercourse #096D52

Tints of Watercourse #096D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41%

R = 4.5%
G = 54.5%
B = 41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#096D52 (or 0x096D52) is known color: Watercourse. HEX triplet: 09, 6D and 52. RGB value is (9,109,82). Sum of RGB (Red+Green+Blue) = 9+109+82=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 109 (42.97% from 255 or 54.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 109 - color contains mainly: green. Hex color #096D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D52 is #F692AD. Grayscale: #4C4C4C. Windows color (decimal): -16159406 or 5401865. OLE color: 5401865.

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

Color convert

RGB 9 109 82 -
CMYK 0.92 0 0.25 0.57
HSL 163.8º 0.85% 0.23% -
HSV(B) 163.8º 0.92% 0.43% -
XYZ 7.1 11.6 9.85 -
YUV 76.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 9 109 82 0.92 0 0.25 0.57 163.8 0.85 0.23
Hex 9 6D 52 5C 0 19 39 A4 55 17
Octal 11 155 122 134 0 31 71 244 125 27
Binary 1001 1101101 1010010 1011100 0 11001 111001 10100100 1010101 10111

Color Harmonies of #096D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D52

Black with #096D52

Text Example


Text Example

White with #096D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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