Html Css Color HEX #096D4B Watercourse

📋 copy color: '#096D4B'

red 9 ◦ green 109 ◦ blue 75

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

Shades of Watercourse #096D4B

Tints of Watercourse #096D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 4.66%
G = 56.48%
B = 38.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#096D4B (or 0x096D4B) is known color: Watercourse. HEX triplet: 09, 6D and 4B. RGB value is (9,109,75). Sum of RGB (Red+Green+Blue) = 9+109+75=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #096D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D4B is #F692B4. Grayscale: #4B4B4B. Windows color (decimal): -16159413 or 4943113. OLE color: 4943113.

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

Color convert

RGB 9 109 75 -
CMYK 0.92 0 0.31 0.57
HSL 159.6º 0.85% 0.23% -
HSV(B) 159.6º 0.92% 0.43% -
XYZ 6.85 11.5 8.52 -
YUV 75.22 127.87 80.76 -
System Red Green Blue C M Y K H S L
Decimal 9 109 75 0.92 0 0.31 0.57 159.6 0.85 0.23
Hex 9 6D 4B 5C 0 1F 39 A0 55 17
Octal 11 155 113 134 0 37 71 240 125 27
Binary 1001 1101101 1001011 1011100 0 11111 111001 10100000 1010101 10111

Color Harmonies of #096D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D4B

Black with #096D4B

Text Example


Text Example

White with #096D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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