#0A7501

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

Shades of Green #0A7501

Tints of Green #0A7501

Color information

#0A7501 (or 0x0A7501) is unknown color: approx Green. HEX triplet: 0A, 75 and 01. RGB value is (10,117,1). Sum of RGB (Red+Green+Blue) = 10+117+1=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 117 (46.09% from 255 or 91.41% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7501 is #F58AFE. Grayscale: #484848. Windows color (decimal): -16091903 or 95498. OLE color: 95498.

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

Color convert

RGB101171-
CMYK0.9100.990.54
HSL115.34º98.31%23.14%-
HSV(B)115.34º99.15%45.88%-
XYZ6.4912.792.16-
YUV71.7888.0583.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.81%
GREEN value IS 117 (46.09% from 255) = 91.41%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=7.81%
G=91.41%
B=0.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011710.9100.990.54115.3498.3123.14
HexA7515B06336736217
Octal12165113301436616314227
Binary1010111010111011011011000111101101110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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