Html Css Color HEX #096C4E Watercourse

📋 copy color: '#096C4E'

red 9 ◦ green 108 ◦ blue 78

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

Shades of Watercourse #096C4E

Tints of Watercourse #096C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40%

R = 4.62%
G = 55.38%
B = 40%

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

#096C4E (or 0x096C4E) is known color: Watercourse. HEX triplet: 09, 6C and 4E. RGB value is (9,108,78). Sum of RGB (Red+Green+Blue) = 9+108+78=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #096C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C4E is #F693B1. Grayscale: #4B4B4B. Windows color (decimal): -16159666 or 5139465. OLE color: 5139465.

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

Color convert

RGB 9 108 78 -
CMYK 0.92 0 0.28 0.58
HSL 161.82º 0.85% 0.23% -
HSV(B) 161.82º 0.92% 0.42% -
XYZ 6.85 11.33 9.03 -
YUV 74.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 9 108 78 0.92 0 0.28 0.58 161.82 0.85 0.23
Hex 9 6C 4E 5C 0 1C 3A A2 55 17
Octal 11 154 116 134 0 34 72 242 125 27
Binary 1001 1101100 1001110 1011100 0 11100 111010 10100010 1010101 10111

Color Harmonies of #096C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C4E

Black with #096C4E

Text Example


Text Example

White with #096C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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