#106B00

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

Shades of Green #106B00

Tints of Green #106B00

Color information

#106B00 (or 0x106B00) is unknown color: approx Green. HEX triplet: 10, 6B and 00. RGB value is (16,107,0). Sum of RGB (Red+Green+Blue) = 16+107+0=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 107 (42.19% from 255 or 86.99% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 107 - color contains mainly: green. Hex color #106B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B00 is #EF94FF. Grayscale: #434343. Windows color (decimal): -15701248 or 27408. OLE color: 27408.

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

Color convert

RGB161070-
CMYK0.85010.58
HSL111.03º100%20.98%-
HSV(B)111.03º100%41.96%-
XYZ5.4710.631.76-
YUV67.5989.8591.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 107 (42.19% from 255) = 86.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.01%
G=86.99%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1610700.85010.58111.0310020.98
Hex106B0550643A6f6415
Octal20153012501447215714425
Binary10000110101101010101011001001110101101111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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