Html Css Color HEX #06950B Islamic Green

📋 copy color: '#06950B'

red 6 ◦ green 149 ◦ blue 11

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

Shades of Islamic Green #06950B

Tints of Islamic Green #06950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 89.76%

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

R = 3.61%
G = 89.76%
B = 6.63%

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

#06950B (or 0x06950B) is known color: Islamic Green. HEX triplet: 06, 95 and 0B. RGB value is (6,149,11). Sum of RGB (Red+Green+Blue) = 6+149+11=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 149 (58.59% from 255 or 89.76% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 149 - color contains mainly: green. Hex color #06950B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06950B is #F96AF4. Grayscale: #5A5A5A. Windows color (decimal): -16345845 or 759046. OLE color: 759046.

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

Color convert

RGB 6 149 11 -
CMYK 0.96 0 0.93 0.42
HSL 122.1º 0.92% 0.3% -
HSV(B) 122.1º 0.96% 0.58% -
XYZ 10.88 21.56 3.9 -
YUV 90.51 83.12 67.72 -
System Red Green Blue C M Y K H S L
Decimal 6 149 11 0.96 0 0.93 0.42 122.1 0.92 0.3
Hex 6 95 B 60 0 5D 2A 7A 5C 1E
Octal 6 225 13 140 0 135 52 172 134 36
Binary 110 10010101 1011 1100000 0 1011101 101010 1111010 1011100 11110

Color Harmonies of #06950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06950B

Black with #06950B

Text Example


Text Example

White with #06950B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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