Html Css Color HEX #096B54 Watercourse

📋 copy color: '#096B54'

red 9 ◦ green 107 ◦ blue 84

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

Shades of Watercourse #096B54

Tints of Watercourse #096B54

RGB

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

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

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

R = 4.5%
G = 53.5%
B = 42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#096B54 (or 0x096B54) is known color: Watercourse. HEX triplet: 09, 6B and 54. RGB value is (9,107,84). Sum of RGB (Red+Green+Blue) = 9+107+84=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #096B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B54 is #F694AB. Grayscale: #4B4B4B. Windows color (decimal): -16159916 or 5532425. OLE color: 5532425.

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

Color convert

RGB 9 107 84 -
CMYK 0.92 0 0.21 0.58
HSL 165.92º 0.84% 0.23% -
HSV(B) 165.92º 0.92% 0.42% -
XYZ 6.97 11.21 10.18 -
YUV 75.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 9 107 84 0.92 0 0.21 0.58 165.92 0.84 0.23
Hex 9 6B 54 5C 0 15 3A A6 54 17
Octal 11 153 124 134 0 25 72 246 124 27
Binary 1001 1101011 1010100 1011100 0 10101 111010 10100110 1010100 10111

Color Harmonies of #096B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B54

Black with #096B54

Text Example


Text Example

White with #096B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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