#0B9507

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

Shades of Islamic Green #0B9507

Tints of Islamic Green #0B9507

Color information

#0B9507 (or 0x0B9507) is unknown color: approx Islamic Green. HEX triplet: 0B, 95 and 07. RGB value is (11,149,7). Sum of RGB (Red+Green+Blue) = 11+149+7=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 149 (58.59% from 255 or 89.22% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 149 - color contains mainly: green. Hex color #0B9507 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9507 is #F46AF8. Grayscale: #5B5B5B. Windows color (decimal): -16018169 or 496907. OLE color: 496907.

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

Color convert

RGB111497-
CMYK0.9300.950.42
HSL118.31º91.03%30.59%-
HSV(B)118.31º95.3%58.43%-
XYZ10.9221.583.79-
YUV91.5580.2870.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 149 (58.59% from 255) = 89.22%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=6.59%
G=89.22%
B=4.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1114970.9300.950.42118.3191.0330.59
HexB9575D05F2A765b1f
Octal13225713501375216613337
Binary1011100101011111011101010111111010101110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B9507; }

 p { color: rgb(11,149,7); }

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

<style>
 a { background-color: #0B9507; }

 a { background-color: rgb(11,149,7); }

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

<style>
 span { border-color: #0B9507; }

 span { border-color: rgb(11,149,7); }

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