#06990D

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

Shades of Islamic Green #06990D

Tints of Islamic Green #06990D

Color information

#06990D (or 0x06990D) is unknown color: approx Islamic Green. HEX triplet: 06, 99 and 0D. RGB value is (6,153,13). Sum of RGB (Red+Green+Blue) = 6+153+13=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 153 (60.16% from 255 or 88.95% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 153 - color contains mainly: green. Hex color #06990D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06990D is #F966F2. Grayscale: #5D5D5D. Windows color (decimal): -16344819 or 891142. OLE color: 891142.

HSL color Cylindrical-coordinate representation of color #06990D: hue angle of 122.86º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06990D is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB615313-
CMYK0.9600.920.4
HSL122.86º92.45%31.18%-
HSV(B)122.86º96.08%60%-
XYZ11.5422.854.18-
YUV93.0982.865.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 153 (60.16% from 255) = 88.95%
BLUE value IS 13 (5.47% from 255) = 7.56%
R=3.49%
G=88.95%
B=7.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6153130.9600.920.4122.8692.4531.18
Hex699D6005C287b5c1f
Octal62311514001345017313437
Binary1101001100111011100000010111001010001111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06990D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06990D; }

 p { color: rgb(6,153,13); }

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

<style>
 a { background-color: #06990D; }

 a { background-color: rgb(6,153,13); }

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

<style>
 span { border-color: #06990D; }

 span { border-color: rgb(6,153,13); }

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