#0A7556

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

Shades of Watercourse #0A7556

Tints of Watercourse #0A7556

Color information

#0A7556 (or 0x0A7556) is unknown color: approx Watercourse. HEX triplet: 0A, 75 and 56. RGB value is (10,117,86). Sum of RGB (Red+Green+Blue) = 10+117+86=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7556 is #F58AA9. Grayscale: #515151. Windows color (decimal): -16091818 or 5666058. OLE color: 5666058.

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

Color convert

RGB1011786-
CMYK0.9100.260.54
HSL162.62º84.25%24.9%-
HSV(B)162.62º91.45%45.88%-
XYZ8.1713.4610.97-
YUV81.47130.5577.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=4.69%
G=54.93%
B=40.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117860.9100.260.54162.6284.2524.9
HexA75565B01A36a35419
Octal121651261330326624312431
Binary101011101011010110101101101101011011010100011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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