#06970E

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

Shades of Islamic Green #06970E

Tints of Islamic Green #06970E

Color information

#06970E (or 0x06970E) is unknown color: approx Islamic Green. HEX triplet: 06, 97 and 0E. RGB value is (6,151,14). Sum of RGB (Red+Green+Blue) = 6+151+14=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 151 (59.38% from 255 or 88.30% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 151 - color contains mainly: green. Hex color #06970E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06970E is #F968F1. Grayscale: #5C5C5C. Windows color (decimal): -16345330 or 956166. OLE color: 956166.

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

Color convert

RGB615114-
CMYK0.9600.910.41
HSL123.31º92.36%30.78%-
HSV(B)123.31º96.03%59.22%-
XYZ11.2222.24.11-
YUV92.0383.9666.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 151 (59.38% from 255) = 88.30%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=3.51%
G=88.30%
B=8.19%

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
Decimal6151140.9600.910.41123.3192.3630.78
Hex697E6005B297b5c1f
Octal62271614001335117313437
Binary1101001011111101100000010110111010011111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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