#0A763E

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

Shades of Dark Spring Green #0A763E

Tints of Dark Spring Green #0A763E

Color information

#0A763E (or 0x0A763E) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 76 and 3E. RGB value is (10,118,62). Sum of RGB (Red+Green+Blue) = 10+118+62=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #0A763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A763E is #F589C1. Grayscale: #4F4F4F. Windows color (decimal): -16091586 or 4093450. OLE color: 4093450.

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

Color convert

RGB1011862-
CMYK0.9200.470.54
HSL148.89º84.38%25.1%-
HSV(B)148.89º91.53%46.27%-
XYZ7.4713.376.74-
YUV79.32118.2278.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.26%
GREEN value IS 118 (46.48% from 255) = 62.11%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=5.26%
G=62.11%
B=32.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118620.9200.470.54148.8984.3825.1
HexA763E5C02F36955419
Octal12166761340576622512431
Binary101011101101111101011100010111111011010010101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,118,62); }

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

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

 a { background-color: rgb(10,118,62); }

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

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

 span { border-color: rgb(10,118,62); }

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