Html Css Color HEX #096C54 Watercourse

📋 copy color: '#096C54'

red 9 ◦ green 108 ◦ blue 84

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

Shades of Watercourse #096C54

Tints of Watercourse #096C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 4.48%
G = 53.73%
B = 41.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#096C54 (or 0x096C54) is known color: Watercourse. HEX triplet: 09, 6C and 54. RGB value is (9,108,84). Sum of RGB (Red+Green+Blue) = 9+108+84=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #096C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C54 is #F693AB. Grayscale: #4B4B4B. Windows color (decimal): -16159660 or 5532681. OLE color: 5532681.

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

Color convert

RGB 9 108 84 -
CMYK 0.92 0 0.22 0.58
HSL 165.45º 0.85% 0.23% -
HSV(B) 165.45º 0.92% 0.42% -
XYZ 7.08 11.42 10.22 -
YUV 75.66 132.7 80.45 -
System Red Green Blue C M Y K H S L
Decimal 9 108 84 0.92 0 0.22 0.58 165.45 0.85 0.23
Hex 9 6C 54 5C 0 16 3A A5 55 17
Octal 11 154 124 134 0 26 72 245 125 27
Binary 1001 1101100 1010100 1011100 0 10110 111010 10100101 1010101 10111

Color Harmonies of #096C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C54

Black with #096C54

Text Example


Text Example

White with #096C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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