#07B70A

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

Shades of Islamic Green #07B70A

Tints of Islamic Green #07B70A

Color information

#07B70A (or 0x07B70A) is unknown color: approx Islamic Green. HEX triplet: 07, B7 and 0A. RGB value is (7,183,10). Sum of RGB (Red+Green+Blue) = 7+183+10=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 183 (71.88% from 255 or 91.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 183 - color contains mainly: green. Hex color #07B70A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07B70A is #F848F5. Grayscale: #6F6F6F. Windows color (decimal): -16271606 or 702215. OLE color: 702215.

HSL color Cylindrical-coordinate representation of color #07B70A: hue angle of 121.02º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B70A is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB718310-
CMYK0.9600.950.28
HSL121.02º92.63%37.25%-
HSV(B)121.02º96.17%71.76%-
XYZ17.0833.935.94-
YUV110.6571.1954.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.5%
GREEN value IS 183 (71.88% from 255) = 91.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=3.5%
G=91.5%
B=5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal7183100.9600.950.28121.0292.6337.25
Hex7B7A6005F1C795d25
Octal72671214001373417113545
Binary1111011011110101100000010111111110011110011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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