#101B06

Color #101B06 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #101B06

Tints of Pine Tree #101B06

Color information

#101B06 (or 0x101B06) is unknown color: approx Pine Tree. HEX triplet: 10, 1B and 06. RGB value is (16,27,6). Sum of RGB (Red+Green+Blue) = 16+27+6=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #101B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101B06 is #EFE4F9. Grayscale: #151515. Windows color (decimal): -15721722 or 400144. OLE color: 400144.

HSL color Cylindrical-coordinate representation of color #101B06: hue angle of 91.43º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #101B06 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB16276-
CMYK0.4100.780.89
HSL91.43º63.64%6.47%-
HSV(B)91.43º77.78%10.59%-
XYZ0.640.910.31-
YUV21.32119.36124.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 27 (10.94% from 255) = 55.10%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=32.65%
G=55.10%
B=12.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal162760.4100.780.8991.4363.646.47
Hex101B62904E595b406
Octal203365101161311331006
Binary100001101111010100101001110101100110110111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101B06; }

 p { color: rgb(16,27,6); }

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

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

 a { background-color: rgb(16,27,6); }

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

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

 span { border-color: rgb(16,27,6); }

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