#0A7547

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

Shades of Dark Spring Green #0A7547

Tints of Dark Spring Green #0A7547

Color information

#0A7547 (or 0x0A7547) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 75 and 47. RGB value is (10,117,71). Sum of RGB (Red+Green+Blue) = 10+117+71=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7547 is #F58AB8. Grayscale: #4F4F4F. Windows color (decimal): -16091833 or 4683018. OLE color: 4683018.

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

Color convert

RGB1011771-
CMYK0.9100.390.54
HSL154.21º84.25%24.9%-
HSV(B)154.21º91.45%45.88%-
XYZ7.6213.248.12-
YUV79.76123.0578.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.05%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=5.05%
G=59.09%
B=35.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117710.9100.390.54154.2184.2524.9
HexA75475B027369a5419
Octal121651071330476623212431
Binary1010111010110001111011011010011111011010011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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