Html Css Color HEX #061211 Dark Green

📋 copy color: '#061211'

red 6 ◦ green 18 ◦ blue 17

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

Shades of Dark Green #061211

Tints of Dark Green #061211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 43.9%

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

R = 14.63%
G = 43.9%
B = 41.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#061211 (or 0x061211) is known color: Dark Green. HEX triplet: 06, 12 and 11. RGB value is (6,18,17). Sum of RGB (Red+Green+Blue) = 6+18+17=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #061211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061211 is #F9EDEE. Grayscale: #0E0E0E. Windows color (decimal): -16379375 or 1118726. OLE color: 1118726.

HSL color Cylindrical-coordinate representation of color #061211: hue angle of 175º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061211 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 18 17 -
CMYK 0.67 0 0.06 0.93
HSL 175º 0.5% 0.05% -
HSV(B) 175º 0.67% 0.07% -
XYZ 0.39 0.51 0.61 -
YUV 14.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 6 18 17 0.67 0 0.06 0.93 175 0.5 0.05
Hex 6 12 11 43 0 6 5D AF 32 5
Octal 6 22 21 103 0 6 135 257 62 5
Binary 110 10010 10001 1000011 0 110 1011101 10101111 110010 101

Color Harmonies of #061211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061211

Black with #061211

Text Example


Text Example

White with #061211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061211; }

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

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

background-color css

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

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

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

border-color css

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

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

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