#106812

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

Shades of Green #106812

Tints of Green #106812

Color information

#106812 (or 0x106812) is unknown color: approx Green. HEX triplet: 10, 68 and 12. RGB value is (16,104,18). Sum of RGB (Red+Green+Blue) = 16+104+18=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #106812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106812 is #EF97ED. Grayscale: #444444. Windows color (decimal): -15701998 or 1206288. OLE color: 1206288.

HSL color Cylindrical-coordinate representation of color #106812: hue angle of 121.36º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106812 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1610418-
CMYK0.8500.830.59
HSL121.36º73.33%23.53%-
HSV(B)121.36º84.62%40.78%-
XYZ5.2710.052.24-
YUV67.8899.8590.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 104 (41.02% from 255) = 75.36%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=11.59%
G=75.36%
B=13.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104180.8500.830.59121.3673.3323.53
Hex106812550533B794918
Octal201502212501237317111130
Binary100001101000100101010101010100111110111111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106812; }

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

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

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

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

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

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

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

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