#061500

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

Shades of Pine Tree #061500

Tints of Pine Tree #061500

Color information

#061500 (or 0x061500) is unknown color: approx Pine Tree. HEX triplet: 06, 15 and 00. RGB value is (6,21,0). Sum of RGB (Red+Green+Blue) = 6+21+0=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #061500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061500 is #F9EAFF. Grayscale: #0E0E0E. Windows color (decimal): -16378624 or 5382. OLE color: 5382.

HSL color Cylindrical-coordinate representation of color #061500: hue angle of 102.86º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061500 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB6210-
CMYK0.71010.92
HSL102.86º100%4.12%-
HSV(B)102.86º100%8.24%-
XYZ0.340.580.09-
YUV14.12120.03122.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 22.22%
GREEN value IS 21 (8.59% from 255) = 77.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.22%
G=77.78%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal62100.71010.92102.861004.12
Hex6150470645C67644
Octal625010701441341471444
Binary110101010100011101100100101110011001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061500; }

 p { color: rgb(6,21,0); }

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

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

 a { background-color: rgb(6,21,0); }

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

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

 span { border-color: rgb(6,21,0); }

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