Html Css Color HEX #069A0F Islamic Green

📋 copy color: '#069A0F'

red 6 ◦ green 154 ◦ blue 15

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

Shades of Islamic Green #069A0F

Tints of Islamic Green #069A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 3.43%
G = 88%
B = 8.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#069A0F (or 0x069A0F) is known color: Islamic Green. HEX triplet: 06, 9A and 0F. RGB value is (6,154,15). Sum of RGB (Red+Green+Blue) = 6+154+15=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 154 (60.55% from 255 or 88% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 154 - color contains mainly: green. Hex color #069A0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069A0F is #F965F0. Grayscale: #5E5E5E. Windows color (decimal): -16344561 or 1022470. OLE color: 1022470.

HSL color Cylindrical-coordinate representation of color #069A0F: hue angle of 123.65º 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 #069A0F is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 15 -
CMYK 0.96 0 0.90 0.40
HSL 123.65º 0.93% 0.31% -
HSV(B) 123.65º 0.96% 0.6% -
XYZ 11.72 23.18 4.31 -
YUV 93.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 6 154 15 0.96 0 0.90 0.40 123.65 0.93 0.31
Hex 6 9A F 60 0 5A 28 7C 5C 1F
Octal 6 232 17 140 0 132 50 174 134 37
Binary 110 10011010 1111 1100000 0 1011010 101000 1111100 1011100 11111

Color Harmonies of #069A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A0F

Black with #069A0F

Text Example


Text Example

White with #069A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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