Html Css Color HEX #096B56 Watercourse

📋 copy color: '#096B56'

red 9 ◦ green 107 ◦ blue 86

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

Shades of Watercourse #096B56

Tints of Watercourse #096B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 4.46%
G = 52.97%
B = 42.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#096B56 (or 0x096B56) is known color: Watercourse. HEX triplet: 09, 6B and 56. RGB value is (9,107,86). Sum of RGB (Red+Green+Blue) = 9+107+86=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #096B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B56 is #F694A9. Grayscale: #4B4B4B. Windows color (decimal): -16159914 or 5663497. OLE color: 5663497.

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

Color convert

RGB 9 107 86 -
CMYK 0.92 0 0.20 0.58
HSL 167.14º 0.84% 0.23% -
HSV(B) 167.14º 0.92% 0.42% -
XYZ 7.05 11.25 10.6 -
YUV 75.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 9 107 86 0.92 0 0.20 0.58 167.14 0.84 0.23
Hex 9 6B 56 5C 0 14 3A A7 54 17
Octal 11 153 126 134 0 24 72 247 124 27
Binary 1001 1101011 1010110 1011100 0 10100 111010 10100111 1010100 10111

Color Harmonies of #096B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B56

Black with #096B56

Text Example


Text Example

White with #096B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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