Html Css Color HEX #06BC0D Islamic Green

📋 copy color: '#06BC0D'

red 6 ◦ green 188 ◦ blue 13

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

Shades of Islamic Green #06BC0D

Tints of Islamic Green #06BC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 90.82%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 2.9%
G = 90.82%
B = 6.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#06BC0D (or 0x06BC0D) is known color: Islamic Green. HEX triplet: 06, BC and 0D. RGB value is (6,188,13). Sum of RGB (Red+Green+Blue) = 6+188+13=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BC0D is #F943F2. Grayscale: #727272. Windows color (decimal): -16335859 or 900102. OLE color: 900102.

HSL color Cylindrical-coordinate representation of color #06BC0D: hue angle of 122.31º 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 #06BC0D is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 13 -
CMYK 0.97 0 0.93 0.26
HSL 122.31º 0.94% 0.38% -
HSV(B) 122.31º 0.97% 0.74% -
XYZ 18.13 36.03 6.38 -
YUV 113.63 71.2 51.23 -
System Red Green Blue C M Y K H S L
Decimal 6 188 13 0.97 0 0.93 0.26 122.31 0.94 0.38
Hex 6 BC D 61 0 5D 1A 7A 5E 26
Octal 6 274 15 141 0 135 32 172 136 46
Binary 110 10111100 1101 1100001 0 1011101 11010 1111010 1011110 100110

Color Harmonies of #06BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC0D

Black with #06BC0D

Text Example


Text Example

White with #06BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,188,13); }

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

background-color css

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

 a { background-color: rgb(6,188,13); }

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

border-color css

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

 span { border-color: rgb(6,188,13); }

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