#0A700C

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

Shades of Green #0A700C

Tints of Green #0A700C

Color information

#0A700C (or 0x0A700C) is unknown color: approx Green. HEX triplet: 0A, 70 and 0C. RGB value is (10,112,12). Sum of RGB (Red+Green+Blue) = 10+112+12=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #0A700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A700C is #F58FF3. Grayscale: #464646. Windows color (decimal): -16093172 or 815114. OLE color: 815114.

HSL color Cylindrical-coordinate representation of color #0A700C: hue angle of 121.18º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A700C is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1011212-
CMYK0.9100.890.56
HSL121.18º83.61%23.92%-
HSV(B)121.18º91.07%43.92%-
XYZ5.9911.682.29-
YUV70.195.2185.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 112 (44.14% from 255) = 83.58%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=7.46%
G=83.58%
B=8.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112120.9100.890.56121.1883.6123.92
HexA70C5B05938795418
Octal121601413301317017112430
Binary1010111000011001011011010110011110001111001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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