Html Css Color HEX #06940B Islamic Green

📋 copy color: '#06940B'

red 6 ◦ green 148 ◦ blue 11

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

Shades of Islamic Green #06940B

Tints of Islamic Green #06940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 89.7%

 BLUE value IS 11 (4.69% from 255) = 6.67%

R = 3.64%
G = 89.7%
B = 6.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#06940B (or 0x06940B) is known color: Islamic Green. HEX triplet: 06, 94 and 0B. RGB value is (6,148,11). Sum of RGB (Red+Green+Blue) = 6+148+11=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 148 (58.20% from 255 or 89.70% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 148 - color contains mainly: green. Hex color #06940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06940B is #F96BF4. Grayscale: #5A5A5A. Windows color (decimal): -16346101 or 758790. OLE color: 758790.

HSL color Cylindrical-coordinate representation of color #06940B: hue angle of 122.11º 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 #06940B is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 148 11 -
CMYK 0.96 0 0.93 0.42
HSL 122.11º 0.92% 0.3% -
HSV(B) 122.11º 0.96% 0.58% -
XYZ 10.73 21.24 3.85 -
YUV 89.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 6 148 11 0.96 0 0.93 0.42 122.11 0.92 0.3
Hex 6 94 B 60 0 5D 2A 7A 5C 1E
Octal 6 224 13 140 0 135 52 172 134 36
Binary 110 10010100 1011 1100000 0 1011101 101010 1111010 1011100 11110

Color Harmonies of #06940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06940B

Black with #06940B

Text Example


Text Example

White with #06940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06940B; }

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

 H1.HeaderClassName
 {
   color: #06940B;
 }
 .AnyTagClassName
 {
   color: #06940B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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