#0A7745

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

Shades of Dark Spring Green #0A7745

Tints of Dark Spring Green #0A7745

Color information

#0A7745 (or 0x0A7745) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 77 and 45. RGB value is (10,119,69). Sum of RGB (Red+Green+Blue) = 10+119+69=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7745 is #F588BA. Grayscale: #505050. Windows color (decimal): -16091323 or 4552458. OLE color: 4552458.

HSL color Cylindrical-coordinate representation of color #0A7745: hue angle of 152.48º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7745 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1011969-
CMYK0.9200.420.53
HSL152.48º84.5%25.29%-
HSV(B)152.48º91.6%46.67%-
XYZ7.813.697.86-
YUV80.71121.3977.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.05%
GREEN value IS 119 (46.88% from 255) = 60.10%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=5.05%
G=60.10%
B=34.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119690.9200.420.53152.4884.525.29
HexA77455C02A35985419
Octal121671051340526523012431
Binary1010111011110001011011100010101011010110011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,69); }

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

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

 a { background-color: rgb(10,119,69); }

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

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

 span { border-color: rgb(10,119,69); }

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