#0A730B

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

Shades of Green #0A730B

Tints of Green #0A730B

Color information

#0A730B (or 0x0A730B) is unknown color: approx Green. HEX triplet: 0A, 73 and 0B. RGB value is (10,115,11). Sum of RGB (Red+Green+Blue) = 10+115+11=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 115 (45.31% from 255 or 84.56% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 115 - color contains mainly: green. Hex color #0A730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A730B is #F58CF4. Grayscale: #484848. Windows color (decimal): -16092405 or 750346. OLE color: 750346.

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

Color convert

RGB1011511-
CMYK0.9100.900.55
HSL120.57º84%24.51%-
HSV(B)120.57º91.3%45.1%-
XYZ6.3212.352.37-
YUV71.7593.7183.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.35%
GREEN value IS 115 (45.31% from 255) = 84.56%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=7.35%
G=84.56%
B=8.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115110.9100.900.55120.578424.51
HexA73B5B05A37795419
Octal121631313301326717112431
Binary1010111001110111011011010110101101111111001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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