#0A7155

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

Shades of Watercourse #0A7155

Tints of Watercourse #0A7155

Color information

#0A7155 (or 0x0A7155) is unknown color: approx Watercourse. HEX triplet: 0A, 71 and 55. RGB value is (10,113,85). Sum of RGB (Red+Green+Blue) = 10+113+85=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7155 is #F58EAA. Grayscale: #4F4F4F. Windows color (decimal): -16092843 or 5599498. OLE color: 5599498.

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

Color convert

RGB1011385-
CMYK0.9100.250.56
HSL163.69º83.74%24.12%-
HSV(B)163.69º91.15%44.31%-
XYZ7.6712.5310.61-
YUV79.01131.3878.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 113 (44.53% from 255) = 54.33%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=4.81%
G=54.33%
B=40.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113850.9100.250.56163.6983.7424.12
HexA71555B01938a45418
Octal121611251330317024412430
Binary101011100011010101101101101100111100010100100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,85); }

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

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

 a { background-color: rgb(10,113,85); }

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

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

 span { border-color: rgb(10,113,85); }

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