#069500

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

Shades of Islamic Green #069500

Tints of Islamic Green #069500

Color information

#069500 (or 0x069500) is unknown color: approx Islamic Green. HEX triplet: 06, 95 and 00. RGB value is (6,149,0). Sum of RGB (Red+Green+Blue) = 6+149+0=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 149 (58.59% from 255 or 96.13% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 149 - color contains mainly: green. Hex color #069500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069500 is #F96AFF. Grayscale: #595959. Windows color (decimal): -16345856 or 38150. OLE color: 38150.

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

Color convert

RGB61490-
CMYK0.96010.42
HSL117.58º100%29.22%-
HSV(B)117.58º100%58.43%-
XYZ10.8221.533.59-
YUV89.2677.6268.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 149 (58.59% from 255) = 96.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.87%
G=96.13%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal614900.96010.42117.5810029.22
Hex6950600642A76641d
Octal6225014001445216614435
Binary1101001010101100000011001001010101110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069500; }

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

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

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

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

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

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

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

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