#0A7308

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

Shades of Green #0A7308

Tints of Green #0A7308

Color information

#0A7308 (or 0x0A7308) is unknown color: approx Green. HEX triplet: 0A, 73 and 08. RGB value is (10,115,8). Sum of RGB (Red+Green+Blue) = 10+115+8=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7308 is #F58CF7. Grayscale: #474747. Windows color (decimal): -16092408 or 553738. OLE color: 553738.

HSL color Cylindrical-coordinate representation of color #0A7308: hue angle of 118.88º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7308 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB101158-
CMYK0.9100.930.55
HSL118.88º86.99%24.12%-
HSV(B)118.88º93.04%45.1%-
XYZ6.312.342.28-
YUV71.4192.2184.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 115 (45.31% from 255) = 86.47%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=7.52%
G=86.47%
B=6.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011580.9100.930.55118.8886.9924.12
HexA7385B05D37775718
Octal121631013301356716712730
Binary1010111001110001011011010111011101111110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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