Html Css Color HEX #071211 Dark Green

📋 copy color: '#071211'

red 7 ◦ green 18 ◦ blue 17

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

Shades of Dark Green #071211

Tints of Dark Green #071211

RGB

 RED value IS 7 (3.13% from 255) = 16.67%

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

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

R = 16.67%
G = 42.86%
B = 40.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#071211 (or 0x071211) is known color: Dark Green. HEX triplet: 07, 12 and 11. RGB value is (7,18,17). Sum of RGB (Red+Green+Blue) = 7+18+17=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 18 - color contains mainly: green. Hex color #071211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071211 is #F8EDEE. Grayscale: #0E0E0E. Windows color (decimal): -16313839 or 1118727. OLE color: 1118727.

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

Color convert

RGB 7 18 17 -
CMYK 0.61 0 0.06 0.93
HSL 174.55º 0.44% 0.05% -
HSV(B) 174.55º 0.61% 0.07% -
XYZ 0.41 0.52 0.61 -
YUV 14.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 7 18 17 0.61 0 0.06 0.93 174.55 0.44 0.05
Hex 7 12 11 3D 0 6 5D AF 2C 5
Octal 7 22 21 75 0 6 135 257 54 5
Binary 111 10010 10001 111101 0 110 1011101 10101111 101100 101

Color Harmonies of #071211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071211

Black with #071211

Text Example


Text Example

White with #071211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071211; }

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

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

background-color css

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

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

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

border-color css

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

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

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