Html Css Color HEX #06B512 Islamic Green

📋 copy color: '#06B512'

red 6 ◦ green 181 ◦ blue 18

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

Shades of Islamic Green #06B512

Tints of Islamic Green #06B512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 88.29%

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

R = 2.93%
G = 88.29%
B = 8.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#06B512 (or 0x06B512) is known color: Islamic Green. HEX triplet: 06, B5 and 12. RGB value is (6,181,18). Sum of RGB (Red+Green+Blue) = 6+181+18=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 181 (71.09% from 255 or 88.29% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 181 - color contains mainly: green. Hex color #06B512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06B512 is #F94AED. Grayscale: #6E6E6E. Windows color (decimal): -16337646 or 1225990. OLE color: 1225990.

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

Color convert

RGB 6 181 18 -
CMYK 0.97 0 0.90 0.29
HSL 124.11º 0.94% 0.37% -
HSV(B) 124.11º 0.97% 0.71% -
XYZ 16.71 33.13 6.09 -
YUV 110.09 76.02 53.75 -
System Red Green Blue C M Y K H S L
Decimal 6 181 18 0.97 0 0.90 0.29 124.11 0.94 0.37
Hex 6 B5 12 61 0 5A 1D 7C 5E 25
Octal 6 265 22 141 0 132 35 174 136 45
Binary 110 10110101 10010 1100001 0 1011010 11101 1111100 1011110 100101

Color Harmonies of #06B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B512

Black with #06B512

Text Example


Text Example

White with #06B512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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