#061610

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

Shades of Dark Green #061610

Tints of Dark Green #061610

Color information

#061610 (or 0x061610) is unknown color: approx Dark Green. HEX triplet: 06, 16 and 10. RGB value is (6,22,16). Sum of RGB (Red+Green+Blue) = 6+22+16=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #061610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061610 is #F9E9EF. Grayscale: #101010. Windows color (decimal): -16378352 or 1054214. OLE color: 1054214.

HSL color Cylindrical-coordinate representation of color #061610: hue angle of 157.5º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #061610 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB62216-
CMYK0.7300.270.91
HSL157.5º57.14%5.49%-
HSV(B)157.5º72.73%8.63%-
XYZ0.460.650.59-
YUV16.53127.7120.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 22 (8.98% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=13.64%
G=50%
B=36.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal622160.7300.270.91157.557.145.49
Hex616104901B5B9e395
Octal62620111033133236715
Binary11010110100001001001011011101101110011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061610; }

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

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

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

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

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

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

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

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