#069900

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

Shades of Islamic Green #069900

Tints of Islamic Green #069900

Color information

#069900 (or 0x069900) is unknown color: approx Islamic Green. HEX triplet: 06, 99 and 00. RGB value is (6,153,0). Sum of RGB (Red+Green+Blue) = 6+153+0=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 153 (60.16% from 255 or 96.23% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 153 - color contains mainly: green. Hex color #069900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069900 is #F966FF. Grayscale: #5C5C5C. Windows color (decimal): -16344832 or 39174. OLE color: 39174.

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

Color convert

RGB61530-
CMYK0.96010.4
HSL117.65º100%30%-
HSV(B)117.65º100%60%-
XYZ11.4722.823.8-
YUV91.676.366.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 153 (60.16% from 255) = 96.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.77%
G=96.23%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal615300.96010.4117.6510030
Hex6990600642876641e
Octal6231014001445016614436
Binary1101001100101100000011001001010001110110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069900; }

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

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

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

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

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

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

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

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