#09764B

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

Shades of Watercourse #09764B

Tints of Watercourse #09764B

Color information

#09764B (or 0x09764B) is unknown color: approx Watercourse. HEX triplet: 09, 76 and 4B. RGB value is (9,118,75). Sum of RGB (Red+Green+Blue) = 9+118+75=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #09764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09764B is #F689B4. Grayscale: #505050. Windows color (decimal): -16157109 or 4945417. OLE color: 4945417.

HSL color Cylindrical-coordinate representation of color #09764B: hue angle of 156.33º 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 #09764B is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB911875-
CMYK0.9200.360.54
HSL156.33º85.83%24.9%-
HSV(B)156.33º92.37%46.27%-
XYZ7.8613.528.85-
YUV80.51124.8977-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 118 (46.48% from 255) = 58.42%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=4.46%
G=58.42%
B=37.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9118750.9200.360.54156.3385.8324.9
Hex9764B5C024369c5619
Octal111661131340446623412631
Binary1001111011010010111011100010010011011010011100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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