#106412

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

Shades of Green #106412

Tints of Green #106412

Color information

#106412 (or 0x106412) is unknown color: approx Green. HEX triplet: 10, 64 and 12. RGB value is (16,100,18). Sum of RGB (Red+Green+Blue) = 16+100+18=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 100 (39.45% from 255 or 74.63% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 100 - color contains mainly: green. Hex color #106412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106412 is #EF9BED. Grayscale: #414141. Windows color (decimal): -15703022 or 1205264. OLE color: 1205264.

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

Color convert

RGB1610018-
CMYK0.8400.820.61
HSL121.43º72.41%22.75%-
HSV(B)121.43º84%39.22%-
XYZ4.889.272.1-
YUV65.54101.1792.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 100 (39.45% from 255) = 74.63%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=11.94%
G=74.63%
B=13.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100180.8400.820.61121.4372.4122.75
Hex106412540523D794817
Octal201442212401227517111027
Binary100001100100100101010100010100101111011111001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106412; }

 p { color: rgb(16,100,18); }

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

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

 a { background-color: rgb(16,100,18); }

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

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

 span { border-color: rgb(16,100,18); }

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