#069201

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

Shades of Islamic Green #069201

Tints of Islamic Green #069201

Color information

#069201 (or 0x069201) is unknown color: approx Islamic Green. HEX triplet: 06, 92 and 01. RGB value is (6,146,1). Sum of RGB (Red+Green+Blue) = 6+146+1=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 146 (57.42% from 255 or 95.42% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 146 - color contains mainly: green. Hex color #069201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069201 is #F96DFE. Grayscale: #585858. Windows color (decimal): -16346623 or 102918. OLE color: 102918.

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

Color convert

RGB61461-
CMYK0.9600.990.43
HSL117.93º98.64%28.82%-
HSV(B)117.93º99.32%57.25%-
XYZ10.3620.63.46-
YUV87.6179.1269.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 146 (57.42% from 255) = 95.42%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=3.92%
G=95.42%
B=0.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal614610.9600.990.43117.9398.6428.82
Hex6921600632B76631d
Octal6222114001435316614335
Binary1101001001011100000011000111010111110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069201; }

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

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

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

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

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

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

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

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