#06960F

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

Shades of Islamic Green #06960F

Tints of Islamic Green #06960F

Color information

#06960F (or 0x06960F) is unknown color: approx Islamic Green. HEX triplet: 06, 96 and 0F. RGB value is (6,150,15). Sum of RGB (Red+Green+Blue) = 6+150+15=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 150 (58.98% from 255 or 87.72% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 150 - color contains mainly: green. Hex color #06960F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06960F is #F969F0. Grayscale: #5B5B5B. Windows color (decimal): -16345585 or 1021446. OLE color: 1021446.

HSL color Cylindrical-coordinate representation of color #06960F: hue angle of 123.75º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06960F is Cyan = 0.96, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB615015-
CMYK0.9600.90.41
HSL123.75º92.31%30.59%-
HSV(B)123.75º96%58.82%-
XYZ11.0721.894.09-
YUV91.5584.7966.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 150 (58.98% from 255) = 87.72%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=3.51%
G=87.72%
B=8.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6150150.9600.90.41123.7592.3130.59
Hex696F6005A297c5c1f
Octal62261714001325117413437
Binary1101001011011111100000010110101010011111100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06960F; }

 p { color: rgb(6,150,15); }

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

<style>
 a { background-color: #06960F; }

 a { background-color: rgb(6,150,15); }

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

<style>
 span { border-color: #06960F; }

 span { border-color: rgb(6,150,15); }

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