#07990A

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

Shades of Islamic Green #07990A

Tints of Islamic Green #07990A

Color information

#07990A (or 0x07990A) is unknown color: approx Islamic Green. HEX triplet: 07, 99 and 0A. RGB value is (7,153,10). Sum of RGB (Red+Green+Blue) = 7+153+10=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 153 (60.16% from 255 or 90% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 153 - color contains mainly: green. Hex color #07990A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07990A is #F866F5. Grayscale: #5D5D5D. Windows color (decimal): -16279286 or 694535. OLE color: 694535.

HSL color Cylindrical-coordinate representation of color #07990A: hue angle of 121.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07990A is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB715310-
CMYK0.9500.930.4
HSL121.23º91.25%31.37%-
HSV(B)121.23º95.42%60%-
XYZ11.5322.854.09-
YUV93.0481.1366.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 153 (60.16% from 255) = 90%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=4.12%
G=90%
B=5.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7153100.9500.930.4121.2391.2531.37
Hex799A5F05D28795b1f
Octal72311213701355017113337
Binary1111001100110101011111010111011010001111001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07990A; }

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

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

<style>
 a { background-color: #07990A; }

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

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

<style>
 span { border-color: #07990A; }

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

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