#106B0C

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

Shades of Green #106B0C

Tints of Green #106B0C

Color information

#106B0C (or 0x106B0C) is unknown color: approx Green. HEX triplet: 10, 6B and 0C. RGB value is (16,107,12). Sum of RGB (Red+Green+Blue) = 16+107+12=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 107 (42.19% from 255 or 79.26% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 107 - color contains mainly: green. Hex color #106B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B0C is #EF94F3. Grayscale: #454545. Windows color (decimal): -15701236 or 813840. OLE color: 813840.

HSL color Cylindrical-coordinate representation of color #106B0C: hue angle of 117.47º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106B0C is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB1610712-
CMYK0.8500.890.58
HSL117.47º79.83%23.33%-
HSV(B)117.47º88.79%41.96%-
XYZ5.5410.652.11-
YUV68.9695.8590.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 107 (42.19% from 255) = 79.26%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=11.85%
G=79.26%
B=8.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107120.8500.890.58117.4779.8323.33
Hex106BC550593A755017
Octal201531412501317216512027
Binary10000110101111001010101010110011110101110101101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106B0C; }

 p { color: rgb(16,107,12); }

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

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

 a { background-color: rgb(16,107,12); }

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

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

 span { border-color: rgb(16,107,12); }

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