#069414

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

Shades of Islamic Green #069414

Tints of Islamic Green #069414

Color information

#069414 (or 0x069414) is unknown color: approx Islamic Green. HEX triplet: 06, 94 and 14. RGB value is (6,148,20). Sum of RGB (Red+Green+Blue) = 6+148+20=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 148 (58.20% from 255 or 85.06% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 148 - color contains mainly: green. Hex color #069414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069414 is #F96BEB. Grayscale: #5B5B5B. Windows color (decimal): -16346092 or 1348614. OLE color: 1348614.

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

Color convert

RGB614820-
CMYK0.9600.860.42
HSL125.92º92.21%30.2%-
HSV(B)125.92º95.95%58.04%-
XYZ10.7921.274.2-
YUV90.9587.9667.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 148 (58.20% from 255) = 85.06%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=3.45%
G=85.06%
B=11.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6148200.9600.860.42125.9292.2130.2
Hex69414600562A7e5c1e
Octal62242414001265217613436
Binary11010010100101001100000010101101010101111110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069414; }

 p { color: rgb(6,148,20); }

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

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

 a { background-color: rgb(6,148,20); }

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

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

 span { border-color: rgb(6,148,20); }

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