Html Css Color HEX #061614 Dark Green

📋 copy color: '#061614'

red 6 ◦ green 22 ◦ blue 20

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

Shades of Dark Green #061614

Tints of Dark Green #061614

RGB

 RED value IS 6 (2.73% from 255) = 12.5%

 GREEN value IS 22 (8.98% from 255) = 45.83%

 BLUE value IS 20 (8.2% from 255) = 41.67%

R = 12.5%
G = 45.83%
B = 41.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#061614 (or 0x061614) is known color: Dark Green. HEX triplet: 06, 16 and 14. RGB value is (6,22,20). Sum of RGB (Red+Green+Blue) = 6+22+20=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 22 - color contains mainly: green. Hex color #061614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061614 is #F9E9EB. Grayscale: #101010. Windows color (decimal): -16378348 or 1316358. OLE color: 1316358.

HSL color Cylindrical-coordinate representation of color #061614: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #061614 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 22 20 -
CMYK 0.73 0 0.09 0.91
HSL 172.5º 0.57% 0.05% -
HSV(B) 172.5º 0.73% 0.09% -
XYZ 0.49 0.66 0.76 -
YUV 16.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 6 22 20 0.73 0 0.09 0.91 172.5 0.57 0.05
Hex 6 16 14 49 0 9 5B AC 39 5
Octal 6 26 24 111 0 11 133 254 71 5
Binary 110 10110 10100 1001001 0 1001 1011011 10101100 111001 101

Color Harmonies of #061614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061614

Black with #061614

Text Example


Text Example

White with #061614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061614; }

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

 H1.HeaderClassName
 {
   color: #061614;
 }
 .AnyTagClassName
 {
   color: #061614;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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