#07B014

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

Shades of Islamic Green #07B014

Tints of Islamic Green #07B014

Color information

#07B014 (or 0x07B014) is unknown color: approx Islamic Green. HEX triplet: 07, B0 and 14. RGB value is (7,176,20). Sum of RGB (Red+Green+Blue) = 7+176+20=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 176 (69.14% from 255 or 86.70% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 176 - color contains mainly: green. Hex color #07B014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07B014 is #F84FEB. Grayscale: #6C6C6C. Windows color (decimal): -16273388 or 1355783. OLE color: 1355783.

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

Color convert

RGB717620-
CMYK0.9600.890.31
HSL124.62º92.35%35.88%-
HSV(B)124.62º96.02%69.02%-
XYZ15.7431.155.84-
YUV107.6878.5156.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 176 (69.14% from 255) = 86.70%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=3.45%
G=86.70%
B=9.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7176200.9600.890.31124.6292.3535.88
Hex7B014600591F7d5c24
Octal72602414001313717513444
Binary11110110000101001100000010110011111111111011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,176,20); }

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

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

 a { background-color: rgb(7,176,20); }

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

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

 span { border-color: rgb(7,176,20); }

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