#07A702

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

Shades of Islamic Green #07A702

Tints of Islamic Green #07A702

Color information

#07A702 (or 0x07A702) is unknown color: approx Islamic Green. HEX triplet: 07, A7 and 02. RGB value is (7,167,2). Sum of RGB (Red+Green+Blue) = 7+167+2=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 167 (65.62% from 255 or 94.89% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 167 - color contains mainly: green. Hex color #07A702 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A702 is #F858FD. Grayscale: #646464. Windows color (decimal): -16275710 or 173831. OLE color: 173831.

HSL color Cylindrical-coordinate representation of color #07A702: hue angle of 118.18º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07A702 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB71672-
CMYK0.9600.990.35
HSL118.18º97.63%33.14%-
HSV(B)118.18º98.8%65.49%-
XYZ13.9227.694.67-
YUV100.3572.4961.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 167 (65.62% from 255) = 94.89%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=3.98%
G=94.89%
B=1.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal716720.9600.990.35118.1897.6333.14
Hex7A726006323766221
Octal7247214001434316614241
Binary111101001111011000000110001110001111101101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,167,2); }

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

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

 a { background-color: rgb(7,167,2); }

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

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

 span { border-color: rgb(7,167,2); }

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