#106613

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

Shades of Green #106613

Tints of Green #106613

Color information

#106613 (or 0x106613) is unknown color: approx Green. HEX triplet: 10, 66 and 13. RGB value is (16,102,19). Sum of RGB (Red+Green+Blue) = 16+102+19=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #106613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106613 is #EF99EC. Grayscale: #434343. Windows color (decimal): -15702509 or 1271312. OLE color: 1271312.

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

Color convert

RGB1610219-
CMYK0.8400.810.6
HSL122.09º72.88%23.14%-
HSV(B)122.09º84.31%40%-
XYZ5.089.662.21-
YUV66.82101.0191.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 102 (40.23% from 255) = 74.45%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=11.68%
G=74.45%
B=13.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102190.8400.810.6122.0972.8823.14
Hex106613540513C7a4917
Octal201462312401217417211127
Binary100001100110100111010100010100011111001111010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106613; }

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

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

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

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

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

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

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

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