#061F10

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

Shades of Dark Green #061F10

Tints of Dark Green #061F10

Color information

#061F10 (or 0x061F10) is unknown color: approx Dark Green. HEX triplet: 06, 1F and 10. RGB value is (6,31,16). Sum of RGB (Red+Green+Blue) = 6+31+16=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #061F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F10 is #F9E0EF. Grayscale: #151515. Windows color (decimal): -16376048 or 1056518. OLE color: 1056518.

HSL color Cylindrical-coordinate representation of color #061F10: hue angle of 144º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F10 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB63116-
CMYK0.8100.480.88
HSL144º67.57%7.25%-
HSV(B)144º80.65%12.16%-
XYZ0.661.060.66-
YUV21.82124.72116.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.32%
GREEN value IS 31 (12.5% from 255) = 58.49%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=11.32%
G=58.49%
B=30.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal631160.8100.480.8814467.577.25
Hex61F10510305890447
Octal637201210601302201047
Binary1101111110000101000101100001011000100100001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061F10; }

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

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

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

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

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

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

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

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