#07A206

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

Shades of Islamic Green #07A206

Tints of Islamic Green #07A206

Color information

#07A206 (or 0x07A206) is unknown color: approx Islamic Green. HEX triplet: 07, A2 and 06. RGB value is (7,162,6). Sum of RGB (Red+Green+Blue) = 7+162+6=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 162 (63.67% from 255 or 92.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 162 - color contains mainly: green. Hex color #07A206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A206 is #F85DF9. Grayscale: #626262. Windows color (decimal): -16276986 or 434695. OLE color: 434695.

HSL color Cylindrical-coordinate representation of color #07A206: hue angle of 119.62º degrees, saturation: 0.93, 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 #07A206 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB71626-
CMYK0.9600.960.36
HSL119.62º92.86%32.94%-
HSV(B)119.62º96.3%63.53%-
XYZ13.0425.94.48-
YUV97.8776.1563.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 162 (63.67% from 255) = 92.57%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=4%
G=92.57%
B=3.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal716260.9600.960.36119.6292.8632.94
Hex7A266006024785d21
Octal7242614001404417013541
Binary1111010001011011000000110000010010011110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,162,6); }

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

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

 a { background-color: rgb(7,162,6); }

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

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

 span { border-color: rgb(7,162,6); }

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