#0A773D

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

Shades of Dark Spring Green #0A773D

Tints of Dark Spring Green #0A773D

Color information

#0A773D (or 0x0A773D) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 77 and 3D. RGB value is (10,119,61). Sum of RGB (Red+Green+Blue) = 10+119+61=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #0A773D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A773D is #F588C2. Grayscale: #4F4F4F. Windows color (decimal): -16091331 or 4028170. OLE color: 4028170.

HSL color Cylindrical-coordinate representation of color #0A773D: hue angle of 148.07º 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 #0A773D is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1011961-
CMYK0.9200.490.53
HSL148.07º84.5%25.29%-
HSV(B)148.07º91.6%46.67%-
XYZ7.5613.66.64-
YUV79.8117.3978.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.26%
GREEN value IS 119 (46.88% from 255) = 62.63%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=5.26%
G=62.63%
B=32.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119610.9200.490.53148.0784.525.29
HexA773D5C03135945419
Octal12167751340616522412431
Binary101011101111111011011100011000111010110010100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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