#0A6815

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

Shades of Green #0A6815

Tints of Green #0A6815

Color information

#0A6815 (or 0x0A6815) is unknown color: approx Green. HEX triplet: 0A, 68 and 15. RGB value is (10,104,21). Sum of RGB (Red+Green+Blue) = 10+104+21=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6815 is #F597EA. Grayscale: #424242. Windows color (decimal): -16095211 or 1402890. OLE color: 1402890.

HSL color Cylindrical-coordinate representation of color #0A6815: hue angle of 127.02º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6815 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1010421-
CMYK0.9000.800.59
HSL127.02º82.46%22.35%-
HSV(B)127.02º90.38%40.78%-
XYZ5.2110.022.37-
YUV66.43102.3687.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.41%
GREEN value IS 104 (41.02% from 255) = 77.04%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=7.41%
G=77.04%
B=15.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104210.9000.800.59127.0282.4622.35
HexA68155A0503B7f5216
Octal121502513201207317712226
Binary10101101000101011011010010100001110111111111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,21); }

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

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

 a { background-color: rgb(10,104,21); }

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

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

 span { border-color: rgb(10,104,21); }

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