Html Css Color HEX #096B4D Watercourse

📋 copy color: '#096B4D'

red 9 ◦ green 107 ◦ blue 77

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

Shades of Watercourse #096B4D

Tints of Watercourse #096B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 4.66%
G = 55.44%
B = 39.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#096B4D (or 0x096B4D) is known color: Watercourse. HEX triplet: 09, 6B and 4D. RGB value is (9,107,77). Sum of RGB (Red+Green+Blue) = 9+107+77=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #096B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B4D is #F694B2. Grayscale: #4A4A4A. Windows color (decimal): -16159923 or 5073673. OLE color: 5073673.

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

Color convert

RGB 9 107 77 -
CMYK 0.92 0 0.28 0.58
HSL 161.63º 0.84% 0.23% -
HSV(B) 161.63º 0.92% 0.42% -
XYZ 6.71 11.11 8.81 -
YUV 74.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 9 107 77 0.92 0 0.28 0.58 161.63 0.84 0.23
Hex 9 6B 4D 5C 0 1C 3A A2 54 17
Octal 11 153 115 134 0 34 72 242 124 27
Binary 1001 1101011 1001101 1011100 0 11100 111010 10100010 1010100 10111

Color Harmonies of #096B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B4D

Black with #096B4D

Text Example


Text Example

White with #096B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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