Html Css Color HEX #061714 Dark Green

📋 copy color: '#061714'

red 6 ◦ green 23 ◦ blue 20

#061714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #061714

Tints of Dark Green #061714

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.2% from 255) = 40.82%

R = 12.24%
G = 46.94%
B = 40.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#061714 (or 0x061714) is known color: 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

RGB 6 23 20 -
CMYK 0.74 0 0.13 0.91
HSL 169.41º 0.59% 0.06% -
HSV(B) 169.41º 0.74% 0.09% -
XYZ 0.51 0.7 0.77 -
YUV 17.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 6 23 20 0.74 0 0.13 0.91 169.41 0.59 0.06
Hex 6 17 14 4A 0 D 5B A9 3B 6
Octal 6 27 24 112 0 15 133 251 73 6
Binary 110 10111 10100 1001010 0 1101 1011011 10101001 111011 110

Color Harmonies of #061714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061714

Black with #061714

Text Example


Text Example

White with #061714

Text Example


Text Example

HTML Codes & Css Web 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>