Html Css Color HEX #06B312 Islamic Green

📋 copy color: '#06B312'

red 6 ◦ green 179 ◦ blue 18

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

Shades of Islamic Green #06B312

Tints of Islamic Green #06B312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 88.18%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 2.96%
G = 88.18%
B = 8.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#06B312 (or 0x06B312) is known color: Islamic Green. HEX triplet: 06, B3 and 12. RGB value is (6,179,18). Sum of RGB (Red+Green+Blue) = 6+179+18=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 179 (70.31% from 255 or 88.18% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 179 - color contains mainly: green. Hex color #06B312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06B312 is #F94CED. Grayscale: #6D6D6D. Windows color (decimal): -16338158 or 1225478. OLE color: 1225478.

HSL color Cylindrical-coordinate representation of color #06B312: hue angle of 124.16º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B312 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 179 18 -
CMYK 0.97 0 0.90 0.30
HSL 124.16º 0.94% 0.36% -
HSV(B) 124.16º 0.97% 0.7% -
XYZ 16.3 32.32 5.95 -
YUV 108.92 76.69 54.59 -
System Red Green Blue C M Y K H S L
Decimal 6 179 18 0.97 0 0.90 0.30 124.16 0.94 0.36
Hex 6 B3 12 61 0 5A 1E 7C 5E 24
Octal 6 263 22 141 0 132 36 174 136 44
Binary 110 10110011 10010 1100001 0 1011010 11110 1111100 1011110 100100

Color Harmonies of #06B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B312

Black with #06B312

Text Example


Text Example

White with #06B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B312; }

 p { color: rgb(6,179,18); }

 H1.HeaderClassName
 {
   color: #06B312;
 }
 .AnyTagClassName
 {
   color: #06B312;
 }
</style>

background-color css

<style>
 a { background-color: #06B312; }

 a { background-color: rgb(6,179,18); }

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

border-color css

<style>
 span { border-color: #06B312; }

 span { border-color: rgb(6,179,18); }

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