Html Css Color HEX #106C01 Green

📋 copy color: '#106C01'

red 16 ◦ green 108 ◦ blue 1

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

Shades of Green #106C01

Tints of Green #106C01

RGB

 RED value IS 16 (6.64% from 255) = 12.8%

 GREEN value IS 108 (42.58% from 255) = 86.4%

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 12.8%
G = 86.4%
B = 0.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#106C01 (or 0x106C01) is known color: Green. HEX triplet: 10, 6C and 01. RGB value is (16,108,1). Sum of RGB (Red+Green+Blue) = 16+108+1=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 108 (42.58% from 255 or 86.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 108 - color contains mainly: green. Hex color #106C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106C01 is #EF93FE. Grayscale: #444444. Windows color (decimal): -15700991 or 93200. OLE color: 93200.

HSL color Cylindrical-coordinate representation of color #106C01: hue angle of 111.59º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #106C01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 108 1 -
CMYK 0.85 0 0.99 0.58
HSL 111.59º 0.98% 0.21% -
HSV(B) 111.59º 0.99% 0.42% -
XYZ 5.58 10.84 1.83 -
YUV 68.29 90.02 90.7 -
System Red Green Blue C M Y K H S L
Decimal 16 108 1 0.85 0 0.99 0.58 111.59 0.98 0.21
Hex 10 6C 1 55 0 63 3A 70 62 15
Octal 20 154 1 125 0 143 72 160 142 25
Binary 10000 1101100 1 1010101 0 1100011 111010 1110000 1100010 10101

Color Harmonies of #106C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C01

Black with #106C01

Text Example


Text Example

White with #106C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106C01; }

 p { color: rgb(16,108,1); }

 H1.HeaderClassName
 {
   color: #106C01;
 }
 .AnyTagClassName
 {
   color: #106C01;
 }
</style>

background-color css

<style>
 a { background-color: #106C01; }

 a { background-color: rgb(16,108,1); }

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

border-color css

<style>
 span { border-color: #106C01; }

 span { border-color: rgb(16,108,1); }

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