#07BB0E

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

Shades of Islamic Green #07BB0E

Tints of Islamic Green #07BB0E

Color information

#07BB0E (or 0x07BB0E) is unknown color: approx Islamic Green. HEX triplet: 07, BB and 0E. RGB value is (7,187,14). Sum of RGB (Red+Green+Blue) = 7+187+14=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 187 (73.44% from 255 or 89.90% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BB0E is #F844F1. Grayscale: #717171. Windows color (decimal): -16270578 or 965383. OLE color: 965383.

HSL color Cylindrical-coordinate representation of color #07BB0E: hue angle of 122.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB0E is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB718714-
CMYK0.9600.930.27
HSL122.33º92.78%38.04%-
HSV(B)122.33º96.26%73.33%-
XYZ17.9435.626.34-
YUV113.4671.8752.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 187 (73.44% from 255) = 89.90%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=3.37%
G=89.90%
B=6.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7187140.9600.930.27122.3392.7838.04
Hex7BBE6005D1B7a5d26
Octal72731614001353317213546
Binary1111011101111101100000010111011101111110101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,187,14); }

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

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

 a { background-color: rgb(7,187,14); }

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

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

 span { border-color: rgb(7,187,14); }

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