#05960B

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

Shades of Islamic Green #05960B

Tints of Islamic Green #05960B

Color information

#05960B (or 0x05960B) is unknown color: approx Islamic Green. HEX triplet: 05, 96 and 0B. RGB value is (5,150,11). Sum of RGB (Red+Green+Blue) = 5+150+11=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 150 (58.98% from 255 or 90.36% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 150 - color contains mainly: green. Hex color #05960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05960B is #FA69F4. Grayscale: #5B5B5B. Windows color (decimal): -16411125 or 759301. OLE color: 759301.

HSL color Cylindrical-coordinate representation of color #05960B: hue angle of 122.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05960B is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB515011-
CMYK0.9700.930.41
HSL122.48º93.55%30.39%-
HSV(B)122.48º96.67%58.82%-
XYZ11.0321.873.96-
YUV90.882.9666.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 150 (58.98% from 255) = 90.36%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=3.01%
G=90.36%
B=6.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5150110.9700.930.41122.4893.5530.39
Hex596B6105D297a5e1e
Octal52261314101355117213636
Binary1011001011010111100001010111011010011111010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05960B; }

 p { color: rgb(5,150,11); }

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

<style>
 a { background-color: #05960B; }

 a { background-color: rgb(5,150,11); }

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

<style>
 span { border-color: #05960B; }

 span { border-color: rgb(5,150,11); }

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