Html Css Color HEX #096F53 Watercourse

📋 copy color: '#096F53'

red 9 ◦ green 111 ◦ blue 83

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

Shades of Watercourse #096F53

Tints of Watercourse #096F53

RGB

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

 GREEN value IS 111 (43.75% from 255) = 54.68%

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

R = 4.43%
G = 54.68%
B = 40.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#096F53 (or 0x096F53) is known color: Watercourse. HEX triplet: 09, 6F and 53. RGB value is (9,111,83). Sum of RGB (Red+Green+Blue) = 9+111+83=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #096F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F53 is #F690AC. Grayscale: #4D4D4D. Windows color (decimal): -16158893 or 5467913. OLE color: 5467913.

HSL color Cylindrical-coordinate representation of color #096F53: hue angle of 163.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F53 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 83 -
CMYK 0.92 0 0.25 0.56
HSL 163.53º 0.85% 0.24% -
HSV(B) 163.53º 0.92% 0.44% -
XYZ 7.36 12.05 10.12 -
YUV 77.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 9 111 83 0.92 0 0.25 0.56 163.53 0.85 0.24
Hex 9 6F 53 5C 0 19 38 A4 55 18
Octal 11 157 123 134 0 31 70 244 125 30
Binary 1001 1101111 1010011 1011100 0 11001 111000 10100100 1010101 11000

Color Harmonies of #096F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F53

Black with #096F53

Text Example


Text Example

White with #096F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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