#096E4D

Color #096E4D Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #096E4D

Tints of Watercourse #096E4D

Color information

#096E4D (or 0x096E4D) is unknown color: approx Watercourse. HEX triplet: 09, 6E and 4D. RGB value is (9,110,77). Sum of RGB (Red+Green+Blue) = 9+110+77=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 110 (43.36% from 255 or 56.12% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 110 - color contains mainly: green. Hex color #096E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E4D is #F691B2. Grayscale: #4C4C4C. Windows color (decimal): -16159155 or 5074441. OLE color: 5074441.

HSL color Cylindrical-coordinate representation of color #096E4D: hue angle of 160.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E4D is Cyan = 0.92, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB911077-
CMYK0.9200.30.57
HSL160.4º84.87%23.33%-
HSV(B)160.4º91.82%43.14%-
XYZ7.0311.758.92-
YUV76.04128.5480.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 110 (43.36% from 255) = 56.12%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=4.59%
G=56.12%
B=39.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9110770.9200.30.57160.484.8723.33
Hex96E4D5C01E39a05517
Octal111561151340367124012527
Binary100111011101001101101110001111011100110100000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,110,77); }

 H1.HeaderClassName
 {
   color: #096E4D;
 }
 .AnyTagClassName
 {
   color: #096E4D;
 }
</style>
background-color css

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

 a { background-color: rgb(9,110,77); }

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

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

 span { border-color: rgb(9,110,77); }

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