#106300

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

Shades of Green #106300

Tints of Green #106300

Color information

#106300 (or 0x106300) is unknown color: approx Green. HEX triplet: 10, 63 and 00. RGB value is (16,99,0). Sum of RGB (Red+Green+Blue) = 16+99+0=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #106300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106300 is #EF9CFF. Grayscale: #3F3F3F. Windows color (decimal): -15703296 or 25360. OLE color: 25360.

HSL color Cylindrical-coordinate representation of color #106300: hue angle of 110.3º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #106300 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB16990-
CMYK0.84010.61
HSL110.3º100%19.41%-
HSV(B)110.3º100%38.82%-
XYZ4.689.031.5-
YUV62.992.594.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 99 (39.06% from 255) = 86.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.91%
G=86.09%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal169900.84010.61110.310019.41
Hex10630540643D6e6413
Octal20143012401447515614423
Binary10000110001101010100011001001111011101110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106300; }

 p { color: rgb(16,99,0); }

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

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

 a { background-color: rgb(16,99,0); }

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

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

 span { border-color: rgb(16,99,0); }

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