#06900A

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

Shades of Islamic Green #06900A

Tints of Islamic Green #06900A

Color information

#06900A (or 0x06900A) is unknown color: approx Islamic Green. HEX triplet: 06, 90 and 0A. RGB value is (6,144,10). Sum of RGB (Red+Green+Blue) = 6+144+10=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 144 (56.64% from 255 or 90% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 144 - color contains mainly: green. Hex color #06900A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06900A is #F96FF5. Grayscale: #575757. Windows color (decimal): -16347126 or 692230. OLE color: 692230.

HSL color Cylindrical-coordinate representation of color #06900A: hue angle of 121.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06900A is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB614410-
CMYK0.9600.930.44
HSL121.74º92%29.41%-
HSV(B)121.74º95.83%56.47%-
XYZ10.120.013.62-
YUV87.4684.2869.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 144 (56.64% from 255) = 90%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=3.75%
G=90%
B=6.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6144100.9600.930.44121.749229.41
Hex690A6005D2C7a5c1d
Octal62201214001355417213435
Binary1101001000010101100000010111011011001111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06900A; }

 p { color: rgb(6,144,10); }

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

<style>
 a { background-color: #06900A; }

 a { background-color: rgb(6,144,10); }

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

<style>
 span { border-color: #06900A; }

 span { border-color: rgb(6,144,10); }

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