#061210

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

Shades of Dark Green #061210

Tints of Dark Green #061210

Color information

#061210 (or 0x061210) is unknown color: approx Dark Green. HEX triplet: 06, 12 and 10. RGB value is (6,18,16). Sum of RGB (Red+Green+Blue) = 6+18+16=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #061210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061210 is #F9EDEF. Grayscale: #0E0E0E. Windows color (decimal): -16379376 or 1053190. OLE color: 1053190.

HSL color Cylindrical-coordinate representation of color #061210: hue angle of 170º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061210 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB61816-
CMYK0.6700.110.93
HSL170º50%4.71%-
HSV(B)170º66.67%7.06%-
XYZ0.380.510.57-
YUV14.18129.02122.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 16 (6.64% from 255) = 40%
R=15%
G=45%
B=40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal618160.6700.110.93170504.71
Hex61210430B5Daa325
Octal62220103013135252625
Binary1101001010000100001101011101110110101010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061210; }

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

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

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

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

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

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

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

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