#0A7544

Color #0A7544 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0A7544

Tints of Dark Spring Green #0A7544

Color information

#0A7544 (or 0x0A7544) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 75 and 44. RGB value is (10,117,68). Sum of RGB (Red+Green+Blue) = 10+117+68=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7544 is #F58ABB. Grayscale: #4F4F4F. Windows color (decimal): -16091836 or 4486410. OLE color: 4486410.

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

Color convert

RGB1011768-
CMYK0.9100.420.54
HSL152.52º84.25%24.9%-
HSV(B)152.52º91.45%45.88%-
XYZ7.5313.27.62-
YUV79.42121.5578.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 117 (46.09% from 255) = 60%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=5.13%
G=60%
B=34.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117680.9100.420.54152.5284.2524.9
HexA75445B02A36995419
Octal121651041330526623112431
Binary1010111010110001001011011010101011011010011001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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