Html Css Color HEX #096C4F Watercourse

📋 copy color: '#096C4F'

red 9 ◦ green 108 ◦ blue 79

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

Shades of Watercourse #096C4F

Tints of Watercourse #096C4F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.1%

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 4.59%
G = 55.1%
B = 40.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#096C4F (or 0x096C4F) is known color: Watercourse. HEX triplet: 09, 6C and 4F. RGB value is (9,108,79). Sum of RGB (Red+Green+Blue) = 9+108+79=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #096C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C4F is #F693B0. Grayscale: #4B4B4B. Windows color (decimal): -16159665 or 5205001. OLE color: 5205001.

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

Color convert

RGB 9 108 79 -
CMYK 0.92 0 0.27 0.58
HSL 162.42º 0.85% 0.23% -
HSV(B) 162.42º 0.92% 0.42% -
XYZ 6.89 11.35 9.22 -
YUV 75.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 9 108 79 0.92 0 0.27 0.58 162.42 0.85 0.23
Hex 9 6C 4F 5C 0 1B 3A A2 55 17
Octal 11 154 117 134 0 33 72 242 125 27
Binary 1001 1101100 1001111 1011100 0 11011 111010 10100010 1010101 10111

Color Harmonies of #096C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C4F

Black with #096C4F

Text Example


Text Example

White with #096C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,108,79); }

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

background-color css

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

 a { background-color: rgb(9,108,79); }

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

border-color css

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

 span { border-color: rgb(9,108,79); }

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