#0A7954

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

Shades of Watercourse #0A7954

Tints of Watercourse #0A7954

Color information

#0A7954 (or 0x0A7954) is unknown color: approx Watercourse. HEX triplet: 0A, 79 and 54. RGB value is (10,121,84). Sum of RGB (Red+Green+Blue) = 10+121+84=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 121 (47.66% from 255 or 56.28% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7954 is #F586AB. Grayscale: #535353. Windows color (decimal): -16090796 or 5536010. OLE color: 5536010.

HSL color Cylindrical-coordinate representation of color #0A7954: hue angle of 160º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7954 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1012184-
CMYK0.9200.310.53
HSL160º84.73%25.69%-
HSV(B)160º91.74%47.45%-
XYZ8.5614.3810.71-
YUV83.59128.2375.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 121 (47.66% from 255) = 56.28%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=4.65%
G=56.28%
B=39.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10121840.9200.310.5316084.7325.69
HexA79545C01F35a0551a
Octal121711241340376524012532
Binary101011110011010100101110001111111010110100000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,121,84); }

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

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

 a { background-color: rgb(10,121,84); }

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

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

 span { border-color: rgb(10,121,84); }

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