#069B1A

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

Shades of Islamic Green #069B1A

Tints of Islamic Green #069B1A

Color information

#069B1A (or 0x069B1A) is unknown color: approx Islamic Green. HEX triplet: 06, 9B and 1A. RGB value is (6,155,26). Sum of RGB (Red+Green+Blue) = 6+155+26=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 155 (60.94% from 255 or 82.89% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 155 - color contains mainly: green. Hex color #069B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069B1A is #F964E5. Grayscale: #606060. Windows color (decimal): -16344294 or 1743622. OLE color: 1743622.

HSL color Cylindrical-coordinate representation of color #069B1A: hue angle of 128.05º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069B1A is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB615526-
CMYK0.9600.830.39
HSL128.05º92.55%31.57%-
HSV(B)128.05º96.13%60.78%-
XYZ11.9823.564.89-
YUV95.7488.6463.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 155 (60.94% from 255) = 82.89%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=3.21%
G=82.89%
B=13.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6155260.9600.830.39128.0592.5531.57
Hex69B1A6005327805d20
Octal62333214001234720013540
Binary1101001101111010110000001010011100111100000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069B1A; }

 p { color: rgb(6,155,26); }

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

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

 a { background-color: rgb(6,155,26); }

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

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

 span { border-color: rgb(6,155,26); }

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