#06960E

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

Shades of Islamic Green #06960E

Tints of Islamic Green #06960E

Color information

#06960E (or 0x06960E) is unknown color: approx Islamic Green. HEX triplet: 06, 96 and 0E. RGB value is (6,150,14). Sum of RGB (Red+Green+Blue) = 6+150+14=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 150 (58.98% from 255 or 88.24% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 150 - color contains mainly: green. Hex color #06960E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06960E is #F969F1. Grayscale: #5B5B5B. Windows color (decimal): -16345586 or 955910. OLE color: 955910.

HSL color Cylindrical-coordinate representation of color #06960E: hue angle of 123.33º 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 #06960E is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB615014-
CMYK0.9600.910.41
HSL123.33º92.31%30.59%-
HSV(B)123.33º96%58.82%-
XYZ11.0621.884.06-
YUV91.4484.2967.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 150 (58.98% from 255) = 88.24%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=3.53%
G=88.24%
B=8.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6150140.9600.910.41123.3392.3130.59
Hex696E6005B297b5c1f
Octal62261614001335117313437
Binary1101001011011101100000010110111010011111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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