Html Css Color HEX #069A0D Islamic Green

📋 copy color: '#069A0D'

red 6 ◦ green 154 ◦ blue 13

#069A0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #069A0D

Tints of Islamic Green #069A0D

RGB

 RED value IS 6 (2.73% from 255) = 3.47%

 GREEN value IS 154 (60.55% from 255) = 89.02%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 3.47%
G = 89.02%
B = 7.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#069A0D (or 0x069A0D) is known color: Islamic Green. HEX triplet: 06, 9A and 0D. RGB value is (6,154,13). Sum of RGB (Red+Green+Blue) = 6+154+13=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 154 (60.55% from 255 or 89.02% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 154 - color contains mainly: green. Hex color #069A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069A0D is #F965F2. Grayscale: #5E5E5E. Windows color (decimal): -16344563 or 891398. OLE color: 891398.

HSL color Cylindrical-coordinate representation of color #069A0D: hue angle of 122.84º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A0D is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 13 -
CMYK 0.96 0 0.92 0.40
HSL 122.84º 0.93% 0.31% -
HSV(B) 122.84º 0.96% 0.6% -
XYZ 11.7 23.18 4.24 -
YUV 93.67 82.47 65.46 -
System Red Green Blue C M Y K H S L
Decimal 6 154 13 0.96 0 0.92 0.40 122.84 0.93 0.31
Hex 6 9A D 60 0 5C 28 7B 5C 1F
Octal 6 232 15 140 0 134 50 173 134 37
Binary 110 10011010 1101 1100000 0 1011100 101000 1111011 1011100 11111

Color Harmonies of #069A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A0D

Black with #069A0D

Text Example


Text Example

White with #069A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,154,13); }

 H1.HeaderClassName
 {
   color: #069A0D;
 }
 .AnyTagClassName
 {
   color: #069A0D;
 }
</style>

background-color css

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

 a { background-color: rgb(6,154,13); }

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

border-color css

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

 span { border-color: rgb(6,154,13); }

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