#07B016

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

Shades of Islamic Green #07B016

Tints of Islamic Green #07B016

Color information

#07B016 (or 0x07B016) is unknown color: approx Islamic Green. HEX triplet: 07, B0 and 16. RGB value is (7,176,22). Sum of RGB (Red+Green+Blue) = 7+176+22=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 176 (69.14% from 255 or 85.85% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 176 - color contains mainly: green. Hex color #07B016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07B016 is #F84FE9. Grayscale: #6C6C6C. Windows color (decimal): -16273386 or 1486855. OLE color: 1486855.

HSL color Cylindrical-coordinate representation of color #07B016: hue angle of 125.33º 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 #07B016 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB717622-
CMYK0.9600.880.31
HSL125.33º92.35%35.88%-
HSV(B)125.33º96.02%69.02%-
XYZ15.7631.155.94-
YUV107.9179.5156.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.41%
GREEN value IS 176 (69.14% from 255) = 85.85%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=3.41%
G=85.85%
B=10.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7176220.9600.880.31125.3392.3535.88
Hex7B016600581F7d5c24
Octal72602614001303717513444
Binary11110110000101101100000010110001111111111011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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