#09764F

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

Shades of Watercourse #09764F

Tints of Watercourse #09764F

Color information

#09764F (or 0x09764F) is unknown color: approx Watercourse. HEX triplet: 09, 76 and 4F. RGB value is (9,118,79). Sum of RGB (Red+Green+Blue) = 9+118+79=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #09764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09764F is #F689B0. Grayscale: #515151. Windows color (decimal): -16157105 or 5207561. OLE color: 5207561.

HSL color Cylindrical-coordinate representation of color #09764F: hue angle of 158.53º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09764F is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB911879-
CMYK0.9200.330.54
HSL158.53º85.83%24.9%-
HSV(B)158.53º92.37%46.27%-
XYZ813.589.6-
YUV80.96126.8976.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=4.37%
G=57.28%
B=38.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9118790.9200.330.54158.5385.8324.9
Hex9764F5C021369f5619
Octal111661171340416623712631
Binary1001111011010011111011100010000111011010011111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09764F; }

 p { color: rgb(9,118,79); }

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

<style>
 a { background-color: #09764F; }

 a { background-color: rgb(9,118,79); }

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

<style>
 span { border-color: #09764F; }

 span { border-color: rgb(9,118,79); }

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