#0A764E

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

Shades of Watercourse #0A764E

Tints of Watercourse #0A764E

Color information

#0A764E (or 0x0A764E) is unknown color: approx Watercourse. HEX triplet: 0A, 76 and 4E. RGB value is (10,118,78). Sum of RGB (Red+Green+Blue) = 10+118+78=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #0A764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A764E is #F589B1. Grayscale: #515151. Windows color (decimal): -16091570 or 5142026. OLE color: 5142026.

HSL color Cylindrical-coordinate representation of color #0A764E: hue angle of 157.78º degrees, saturation: 0.84, 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 #0A764E is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1011878-
CMYK0.9200.340.54
HSL157.78º84.38%25.1%-
HSV(B)157.78º91.53%46.27%-
XYZ7.9813.579.41-
YUV81.15126.2277.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.85%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=4.85%
G=57.28%
B=37.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118780.9200.340.54157.7884.3825.1
HexA764E5C022369e5419
Octal121661161340426623612431
Binary1010111011010011101011100010001011011010011110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A764E; }

 p { color: rgb(10,118,78); }

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

<style>
 a { background-color: #0A764E; }

 a { background-color: rgb(10,118,78); }

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

<style>
 span { border-color: #0A764E; }

 span { border-color: rgb(10,118,78); }

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