#0A6808

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

Shades of Green #0A6808

Tints of Green #0A6808

Color information

#0A6808 (or 0x0A6808) is unknown color: approx Green. HEX triplet: 0A, 68 and 08. RGB value is (10,104,8). Sum of RGB (Red+Green+Blue) = 10+104+8=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 104 (41.02% from 255 or 85.25% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6808 is #F597F7. Grayscale: #414141. Windows color (decimal): -16095224 or 550922. OLE color: 550922.

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

Color convert

RGB101048-
CMYK0.9000.920.59
HSL118.75º85.71%21.96%-
HSV(B)118.75º92.31%40.78%-
XYZ5.129.981.89-
YUV64.9595.8688.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.20%
GREEN value IS 104 (41.02% from 255) = 85.25%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=8.20%
G=85.25%
B=6.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1010480.9000.920.59118.7585.7121.96
HexA6885A05C3B775616
Octal121501013201347316712626
Binary1010110100010001011010010111001110111110111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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