#07A320

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

Shades of Islamic Green #07A320

Tints of Islamic Green #07A320

Color information

#07A320 (or 0x07A320) is unknown color: approx Islamic Green. HEX triplet: 07, A3 and 20. RGB value is (7,163,32). Sum of RGB (Red+Green+Blue) = 7+163+32=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 163 (64.06% from 255 or 80.69% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 163 - color contains mainly: green. Hex color #07A320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A320 is #F85CDF. Grayscale: #656565. Windows color (decimal): -16276704 or 2138887. OLE color: 2138887.

HSL color Cylindrical-coordinate representation of color #07A320: hue angle of 129.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A320 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB716332-
CMYK0.9600.800.36
HSL129.62º91.76%33.33%-
HSV(B)129.62º95.71%63.92%-
XYZ13.4526.345.74-
YUV101.4288.8260.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 163 (64.06% from 255) = 80.69%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=3.47%
G=80.69%
B=15.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7163320.9600.800.36129.6291.7633.33
Hex7A3206005024825c21
Octal72434014001204420213441
Binary11110100011100000110000001010000100100100000101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A320; }

 p { color: rgb(7,163,32); }

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

<style>
 a { background-color: #07A320; }

 a { background-color: rgb(7,163,32); }

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

<style>
 span { border-color: #07A320; }

 span { border-color: rgb(7,163,32); }

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