#061010

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

Shades of Dark Green #061010

Tints of Dark Green #061010

Color information

#061010 (or 0x061010) is unknown color: approx Dark Green. HEX triplet: 06, 10 and 10. RGB value is (6,16,16). Sum of RGB (Red+Green+Blue) = 6+16+16=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #061010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061010 is #F9EFEF. Grayscale: #0C0C0C. Windows color (decimal): -16379888 or 1052678. OLE color: 1052678.

HSL color Cylindrical-coordinate representation of color #061010: hue angle of 180º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #061010 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB61616-
CMYK0.62000.94
HSL180º45.45%4.31%-
HSV(B)180º62.5%6.27%-
XYZ0.350.450.56-
YUV13.01129.69123-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.79%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=15.79%
G=42.11%
B=42.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal616160.62000.9418045.454.31
Hex610103E005Eb42d4
Octal620207600136264554
Binary110100001000011111000101111010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061010; }

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

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

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

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

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

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

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

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