#0A7554

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

Shades of Watercourse #0A7554

Tints of Watercourse #0A7554

Color information

#0A7554 (or 0x0A7554) is unknown color: approx Watercourse. HEX triplet: 0A, 75 and 54. RGB value is (10,117,84). Sum of RGB (Red+Green+Blue) = 10+117+84=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7554 is #F58AAB. Grayscale: #515151. Windows color (decimal): -16091820 or 5534986. OLE color: 5534986.

HSL color Cylindrical-coordinate representation of color #0A7554: hue angle of 161.5º 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 #0A7554 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1011784-
CMYK0.9100.280.54
HSL161.5º84.25%24.9%-
HSV(B)161.5º91.45%45.88%-
XYZ8.0913.4310.55-
YUV81.24129.5577.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.74%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=4.74%
G=55.45%
B=39.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117840.9100.280.54161.584.2524.9
HexA75545B01C36a15419
Octal121651241330346624112431
Binary101011101011010100101101101110011011010100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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