#0A773C

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

Shades of Dark Spring Green #0A773C

Tints of Dark Spring Green #0A773C

Color information

#0A773C (or 0x0A773C) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 77 and 3C. RGB value is (10,119,60). Sum of RGB (Red+Green+Blue) = 10+119+60=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #0A773C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A773C is #F588C3. Grayscale: #4F4F4F. Windows color (decimal): -16091332 or 3962634. OLE color: 3962634.

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

Color convert

RGB1011960-
CMYK0.9200.500.53
HSL147.52º84.5%25.29%-
HSV(B)147.52º91.6%46.67%-
XYZ7.5413.586.5-
YUV79.68116.8978.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 119 (46.88% from 255) = 62.96%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=5.29%
G=62.96%
B=31.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119600.9200.500.53147.5284.525.29
HexA773C5C03235945419
Octal12167741340626522412431
Binary101011101111111001011100011001011010110010100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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