#0A7644

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

Shades of Dark Spring Green #0A7644

Tints of Dark Spring Green #0A7644

Color information

#0A7644 (or 0x0A7644) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 76 and 44. RGB value is (10,118,68). Sum of RGB (Red+Green+Blue) = 10+118+68=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7644 is #F589BB. Grayscale: #505050. Windows color (decimal): -16091580 or 4486666. OLE color: 4486666.

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

Color convert

RGB1011868-
CMYK0.9200.420.54
HSL152.22º84.38%25.1%-
HSV(B)152.22º91.53%46.27%-
XYZ7.6513.447.66-
YUV80.01121.2278.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.10%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=5.10%
G=60.20%
B=34.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118680.9200.420.54152.2284.3825.1
HexA76445C02A36985419
Octal121661041340526623012431
Binary1010111011010001001011100010101011011010011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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