#061E10

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

Shades of Dark Green #061E10

Tints of Dark Green #061E10

Color information

#061E10 (or 0x061E10) is unknown color: approx Dark Green. HEX triplet: 06, 1E and 10. RGB value is (6,30,16). Sum of RGB (Red+Green+Blue) = 6+30+16=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #061E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E10 is #F9E1EF. Grayscale: #151515. Windows color (decimal): -16376304 or 1056262. OLE color: 1056262.

HSL color Cylindrical-coordinate representation of color #061E10: hue angle of 145º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061E10 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB63016-
CMYK0.8000.470.88
HSL145º66.67%7.06%-
HSV(B)145º80%11.76%-
XYZ0.6310.65-
YUV21.23125.05117.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.54%
GREEN value IS 30 (12.11% from 255) = 57.69%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=11.54%
G=57.69%
B=30.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal630160.8000.470.8814566.677.06
Hex61E105002F5891437
Octal636201200571302211037
Binary1101111010000101000001011111011000100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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