#0A7256

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

Shades of Watercourse #0A7256

Tints of Watercourse #0A7256

Color information

#0A7256 (or 0x0A7256) is unknown color: approx Watercourse. HEX triplet: 0A, 72 and 56. RGB value is (10,114,86). Sum of RGB (Red+Green+Blue) = 10+114+86=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7256 is #F58DA9. Grayscale: #4F4F4F. Windows color (decimal): -16092586 or 5665290. OLE color: 5665290.

HSL color Cylindrical-coordinate representation of color #0A7256: hue angle of 163.85º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7256 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1011486-
CMYK0.9100.250.55
HSL163.85º83.87%24.31%-
HSV(B)163.85º91.23%44.71%-
XYZ7.8212.7710.86-
YUV79.71131.5478.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.76%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=4.76%
G=54.29%
B=40.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10114860.9100.250.55163.8583.8724.31
HexA72565B01937a45418
Octal121621261330316724412430
Binary101011100101010110101101101100111011110100100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,114,86); }

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

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

 a { background-color: rgb(10,114,86); }

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

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

 span { border-color: rgb(10,114,86); }

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