#061512

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

Shades of Dark Green #061512

Tints of Dark Green #061512

Color information

#061512 (or 0x061512) is unknown color: approx Dark Green. HEX triplet: 06, 15 and 12. RGB value is (6,21,18). Sum of RGB (Red+Green+Blue) = 6+21+18=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #061512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061512 is #F9EAED. Grayscale: #101010. Windows color (decimal): -16378606 or 1185030. OLE color: 1185030.

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

Color convert

RGB62118-
CMYK0.7100.140.92
HSL168º55.56%5.29%-
HSV(B)168º71.43%8.24%-
XYZ0.450.620.67-
YUV16.17129.03120.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 18 (7.42% from 255) = 40%
R=13.33%
G=46.67%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal621180.7100.140.9216855.565.29
Hex61512470E5Ca8385
Octal62522107016134250705
Binary1101010110010100011101110101110010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061512; }

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

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

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

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

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

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

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

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