Html Css Color HEX #096B53 Watercourse

📋 copy color: '#096B53'

red 9 ◦ green 107 ◦ blue 83

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

Shades of Watercourse #096B53

Tints of Watercourse #096B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.71%

R = 4.52%
G = 53.77%
B = 41.71%

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

#096B53 (or 0x096B53) is known color: Watercourse. HEX triplet: 09, 6B and 53. RGB value is (9,107,83). Sum of RGB (Red+Green+Blue) = 9+107+83=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #096B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B53 is #F694AC. Grayscale: #4A4A4A. Windows color (decimal): -16159917 or 5466889. OLE color: 5466889.

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

Color convert

RGB 9 107 83 -
CMYK 0.92 0 0.22 0.58
HSL 165.31º 0.84% 0.23% -
HSV(B) 165.31º 0.92% 0.42% -
XYZ 6.93 11.2 9.98 -
YUV 74.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 9 107 83 0.92 0 0.22 0.58 165.31 0.84 0.23
Hex 9 6B 53 5C 0 16 3A A5 54 17
Octal 11 153 123 134 0 26 72 245 124 27
Binary 1001 1101011 1010011 1011100 0 10110 111010 10100101 1010100 10111

Color Harmonies of #096B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B53

Black with #096B53

Text Example


Text Example

White with #096B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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