Html Css Color HEX #061411 Dark Green

📋 copy color: '#061411'

red 6 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #061411

Tints of Dark Green #061411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 46.51%

 BLUE value IS 17 (7.03% from 255) = 39.53%

R = 13.95%
G = 46.51%
B = 39.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#061411 (or 0x061411) is known color: Dark Green. HEX triplet: 06, 14 and 11. RGB value is (6,20,17). Sum of RGB (Red+Green+Blue) = 6+20+17=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #061411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061411 is #F9EBEE. Grayscale: #0F0F0F. Windows color (decimal): -16378863 or 1119238. OLE color: 1119238.

HSL color Cylindrical-coordinate representation of color #061411: hue angle of 167.14º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061411 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 20 17 -
CMYK 0.70 0 0.15 0.92
HSL 167.14º 0.54% 0.05% -
HSV(B) 167.14º 0.7% 0.08% -
XYZ 0.43 0.58 0.62 -
YUV 15.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 6 20 17 0.70 0 0.15 0.92 167.14 0.54 0.05
Hex 6 14 11 46 0 F 5C A7 36 5
Octal 6 24 21 106 0 17 134 247 66 5
Binary 110 10100 10001 1000110 0 1111 1011100 10100111 110110 101

Color Harmonies of #061411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061411

Black with #061411

Text Example


Text Example

White with #061411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061411; }

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

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

background-color css

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

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

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

border-color css

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

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

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