#0A7507

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

Shades of Green #0A7507

Tints of Green #0A7507

Color information

#0A7507 (or 0x0A7507) is unknown color: approx Green. HEX triplet: 0A, 75 and 07. RGB value is (10,117,7). Sum of RGB (Red+Green+Blue) = 10+117+7=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 117 (46.09% from 255 or 87.31% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7507 is #F58AF8. Grayscale: #484848. Windows color (decimal): -16091897 or 488714. OLE color: 488714.

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

Color convert

RGB101177-
CMYK0.9100.940.54
HSL118.36º88.71%24.31%-
HSV(B)118.36º94.02%45.88%-
XYZ6.5212.82.33-
YUV72.4791.0583.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 117 (46.09% from 255) = 87.31%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=7.46%
G=87.31%
B=5.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011770.9100.940.54118.3688.7124.31
HexA7575B05E36765918
Octal12165713301366616613130
Binary101011101011111011011010111101101101110110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,117,7); }

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

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

 a { background-color: rgb(10,117,7); }

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

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

 span { border-color: rgb(10,117,7); }

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