#0A690C

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

Shades of Green #0A690C

Tints of Green #0A690C

Color information

#0A690C (or 0x0A690C) is unknown color: approx Green. HEX triplet: 0A, 69 and 0C. RGB value is (10,105,12). Sum of RGB (Red+Green+Blue) = 10+105+12=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #0A690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A690C is #F596F3. Grayscale: #424242. Windows color (decimal): -16094964 or 813322. OLE color: 813322.

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

Color convert

RGB1010512-
CMYK0.9000.890.59
HSL121.26º82.61%22.55%-
HSV(B)121.26º90.48%41.18%-
XYZ5.2410.192.04-
YUV65.9997.5388.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 105 (41.41% from 255) = 82.68%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=7.87%
G=82.68%
B=9.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10105120.9000.890.59121.2682.6122.55
HexA69C5A0593B795317
Octal121511413201317317112327
Binary1010110100111001011010010110011110111111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,105,12); }

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

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

 a { background-color: rgb(10,105,12); }

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

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

 span { border-color: rgb(10,105,12); }

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