#069901

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

Shades of Islamic Green #069901

Tints of Islamic Green #069901

Color information

#069901 (or 0x069901) is unknown color: approx Islamic Green. HEX triplet: 06, 99 and 01. RGB value is (6,153,1). Sum of RGB (Red+Green+Blue) = 6+153+1=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 153 (60.16% from 255 or 95.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 153 - color contains mainly: green. Hex color #069901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069901 is #F966FE. Grayscale: #5C5C5C. Windows color (decimal): -16344831 or 104710. OLE color: 104710.

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

Color convert

RGB61531-
CMYK0.9600.990.4
HSL118.03º98.7%30.2%-
HSV(B)118.03º99.35%60%-
XYZ11.4722.823.83-
YUV91.7276.866.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 153 (60.16% from 255) = 95.62%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=3.75%
G=95.62%
B=0.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal615310.9600.990.4118.0398.730.2
Hex6991600632876631e
Octal6231114001435016614336
Binary1101001100111100000011000111010001110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069901; }

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

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

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

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

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

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

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

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