Html Css Color HEX #106601 Green

📋 copy color: '#106601'

red 16 ◦ green 102 ◦ blue 1

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

Shades of Green #106601

Tints of Green #106601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 85.71%

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

R = 13.45%
G = 85.71%
B = 0.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#106601 (or 0x106601) is known color: Green. HEX triplet: 10, 66 and 01. RGB value is (16,102,1). Sum of RGB (Red+Green+Blue) = 16+102+1=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 102 (40.23% from 255 or 85.71% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 102 - color contains mainly: green. Hex color #106601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106601 is #EF99FE. Grayscale: #414141. Windows color (decimal): -15702527 or 91664. OLE color: 91664.

HSL color Cylindrical-coordinate representation of color #106601: hue angle of 111.09º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #106601 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 102 1 -
CMYK 0.84 0 0.99 0.6
HSL 111.09º 0.98% 0.2% -
HSV(B) 111.09º 0.99% 0.4% -
XYZ 4.97 9.62 1.62 -
YUV 64.77 92.01 93.21 -
System Red Green Blue C M Y K H S L
Decimal 16 102 1 0.84 0 0.99 0.6 111.09 0.98 0.2
Hex 10 66 1 54 0 63 3C 6F 62 14
Octal 20 146 1 124 0 143 74 157 142 24
Binary 10000 1100110 1 1010100 0 1100011 111100 1101111 1100010 10100

Color Harmonies of #106601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106601

Black with #106601

Text Example


Text Example

White with #106601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106601; }

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

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

background-color css

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

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

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

border-color css

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

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

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