#0A7543

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

Shades of Dark Spring Green #0A7543

Tints of Dark Spring Green #0A7543

Color information

#0A7543 (or 0x0A7543) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 75 and 43. RGB value is (10,117,67). Sum of RGB (Red+Green+Blue) = 10+117+67=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7543 is #F58ABC. Grayscale: #4F4F4F. Windows color (decimal): -16091837 or 4420874. OLE color: 4420874.

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

Color convert

RGB1011767-
CMYK0.9100.430.54
HSL151.96º84.25%24.9%-
HSV(B)151.96º91.45%45.88%-
XYZ7.513.197.46-
YUV79.31121.0578.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.15%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=5.15%
G=60.31%
B=34.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117670.9100.430.54151.9684.2524.9
HexA75435B02B36985419
Octal121651031330536623012431
Binary1010111010110000111011011010101111011010011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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