#0A7A1D

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

Shades of Forest Green #0A7A1D

Tints of Forest Green #0A7A1D

Color information

#0A7A1D (or 0x0A7A1D) is unknown color: approx Forest Green. HEX triplet: 0A, 7A and 1D. RGB value is (10,122,29). Sum of RGB (Red+Green+Blue) = 10+122+29=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 122 (48.05% from 255 or 75.78% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7A1D is #F585E2. Grayscale: #4E4E4E. Windows color (decimal): -16090595 or 1931786. OLE color: 1931786.

HSL color Cylindrical-coordinate representation of color #0A7A1D: hue angle of 130.18º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A1D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB1012229-
CMYK0.9200.760.52
HSL130.18º84.85%25.88%-
HSV(B)130.18º91.8%47.84%-
XYZ7.3114.073.49-
YUV77.91100.3979.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 122 (48.05% from 255) = 75.78%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=6.21%
G=75.78%
B=18.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10122290.9200.760.52130.1884.8525.88
HexA7A1D5C04C3482551a
Octal121723513401146420212532
Binary101011110101110110111000100110011010010000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,122,29); }

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

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

 a { background-color: rgb(10,122,29); }

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

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

 span { border-color: rgb(10,122,29); }

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