#061614

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

Shades of Dark Green #061614

Tints of Dark Green #061614

Color information

#061614 (or 0x061614) is unknown color: approx Dark Green. HEX triplet: 06, 16 and 14. RGB value is (6,22,20). Sum of RGB (Red+Green+Blue) = 6+22+20=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 22 - color contains mainly: green. Hex color #061614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061614 is #F9E9EB. Grayscale: #101010. Windows color (decimal): -16378348 or 1316358. OLE color: 1316358.

HSL color Cylindrical-coordinate representation of color #061614: hue angle of 172.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 #061614 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB62220-
CMYK0.7300.090.91
HSL172.5º57.14%5.49%-
HSV(B)172.5º72.73%8.63%-
XYZ0.490.660.76-
YUV16.99129.7120.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 22 (8.98% from 255) = 45.83%
BLUE value IS 20 (8.20% from 255) = 41.67%
R=12.5%
G=45.83%
B=41.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal622200.7300.090.91172.557.145.49
Hex6161449095Bac395
Octal62624111011133254715
Binary1101011010100100100101001101101110101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061614; }

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

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

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

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

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

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

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

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