Html Css Color HEX #069B0F Islamic Green

📋 copy color: '#069B0F'

red 6 ◦ green 155 ◦ blue 15

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

Shades of Islamic Green #069B0F

Tints of Islamic Green #069B0F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 88.07%

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

R = 3.41%
G = 88.07%
B = 8.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#069B0F (or 0x069B0F) is known color: Islamic Green. HEX triplet: 06, 9B and 0F. RGB value is (6,155,15). Sum of RGB (Red+Green+Blue) = 6+155+15=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 155 (60.94% from 255 or 88.07% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 155 - color contains mainly: green. Hex color #069B0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069B0F is #F964F0. Grayscale: #5E5E5E. Windows color (decimal): -16344305 or 1022726. OLE color: 1022726.

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

Color convert

RGB 6 155 15 -
CMYK 0.96 0 0.90 0.39
HSL 123.62º 0.93% 0.32% -
HSV(B) 123.62º 0.96% 0.61% -
XYZ 11.88 23.52 4.36 -
YUV 94.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 6 155 15 0.96 0 0.90 0.39 123.62 0.93 0.32
Hex 6 9B F 60 0 5A 27 7C 5D 20
Octal 6 233 17 140 0 132 47 174 135 40
Binary 110 10011011 1111 1100000 0 1011010 100111 1111100 1011101 100000

Color Harmonies of #069B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069B0F

Black with #069B0F

Text Example


Text Example

White with #069B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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