#106201

Color #106201 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #106201

Tints of Green #106201

Color information

#106201 (or 0x106201) is unknown color: approx Green. HEX triplet: 10, 62 and 01. RGB value is (16,98,1). Sum of RGB (Red+Green+Blue) = 16+98+1=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 98 (38.67% from 255 or 85.22% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 98 - color contains mainly: green. Hex color #106201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106201 is #EF9DFE. Grayscale: #3E3E3E. Windows color (decimal): -15703551 or 90640. OLE color: 90640.

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

Color convert

RGB16981-
CMYK0.8400.990.62
HSL110.72º97.98%19.41%-
HSV(B)110.72º98.98%38.43%-
XYZ4.598.851.49-
YUV62.4293.3394.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 98 (38.67% from 255) = 85.22%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=13.91%
G=85.22%
B=0.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal169810.8400.990.62110.7297.9819.41
Hex10621540633E6f6213
Octal20142112401437615714223
Binary10000110001011010100011000111111101101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106201; }

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

 H1.HeaderClassName
 {
   color: #106201;
 }
 .AnyTagClassName
 {
   color: #106201;
 }
</style>
background-color css

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

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

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

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

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

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