#061714

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

Shades of Dark Green #061714

Tints of Dark Green #061714

Color information

#061714 (or 0x061714) is unknown color: approx Dark Green. HEX triplet: 06, 17 and 14. RGB value is (6,23,20). Sum of RGB (Red+Green+Blue) = 6+23+20=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 23 - color contains mainly: green. Hex color #061714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061714 is #F9E8EB. Grayscale: #111111. Windows color (decimal): -16378092 or 1316614. OLE color: 1316614.

HSL color Cylindrical-coordinate representation of color #061714: hue angle of 169.41º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #061714 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB62320-
CMYK0.7400.130.91
HSL169.41º58.62%5.69%-
HSV(B)169.41º73.91%9.02%-
XYZ0.510.70.77-
YUV17.58129.37119.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 23 (9.38% from 255) = 46.94%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=12.24%
G=46.94%
B=40.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal623200.7400.130.91169.4158.625.69
Hex617144A0D5Ba93b6
Octal62724112015133251736
Binary1101011110100100101001101101101110101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061714; }

 p { color: rgb(6,23,20); }

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

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

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

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

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

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

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