Html Css Color HEX #06BD0C Islamic Green

📋 copy color: '#06BD0C'

red 6 ◦ green 189 ◦ blue 12

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

Shades of Islamic Green #06BD0C

Tints of Islamic Green #06BD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 91.3%

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 2.9%
G = 91.3%
B = 5.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#06BD0C (or 0x06BD0C) is known color: Islamic Green. HEX triplet: 06, BD and 0C. RGB value is (6,189,12). Sum of RGB (Red+Green+Blue) = 6+189+12=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 189 (74.22% from 255 or 91.30% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 189 - color contains mainly: green. Hex color #06BD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BD0C is #F942F3. Grayscale: #727272. Windows color (decimal): -16335604 or 834822. OLE color: 834822.

HSL color Cylindrical-coordinate representation of color #06BD0C: hue angle of 121.97º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BD0C is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 189 12 -
CMYK 0.97 0 0.94 0.26
HSL 121.97º 0.94% 0.38% -
HSV(B) 121.97º 0.97% 0.74% -
XYZ 18.34 36.46 6.42 -
YUV 114.11 70.37 50.89 -
System Red Green Blue C M Y K H S L
Decimal 6 189 12 0.97 0 0.94 0.26 121.97 0.94 0.38
Hex 6 BD C 61 0 5E 1A 7A 5E 26
Octal 6 275 14 141 0 136 32 172 136 46
Binary 110 10111101 1100 1100001 0 1011110 11010 1111010 1011110 100110

Color Harmonies of #06BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BD0C

Black with #06BD0C

Text Example


Text Example

White with #06BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,189,12); }

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

background-color css

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

 a { background-color: rgb(6,189,12); }

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

border-color css

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

 span { border-color: rgb(6,189,12); }

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