Html Css Color HEX #071512 Dark Green

📋 copy color: '#071512'

red 7 ◦ green 21 ◦ blue 18

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

Shades of Dark Green #071512

Tints of Dark Green #071512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 45.65%

 BLUE value IS 18 (7.42% from 255) = 39.13%

R = 15.22%
G = 45.65%
B = 39.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#071512 (or 0x071512) is known color: Dark Green. HEX triplet: 07, 15 and 12. RGB value is (7,21,18). Sum of RGB (Red+Green+Blue) = 7+21+18=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #071512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071512 is #F8EAED. Grayscale: #101010. Windows color (decimal): -16313070 or 1185031. OLE color: 1185031.

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

Color convert

RGB 7 21 18 -
CMYK 0.67 0 0.14 0.92
HSL 167.14º 0.5% 0.05% -
HSV(B) 167.14º 0.67% 0.08% -
XYZ 0.46 0.63 0.67 -
YUV 16.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 7 21 18 0.67 0 0.14 0.92 167.14 0.5 0.05
Hex 7 15 12 43 0 E 5C A7 32 5
Octal 7 25 22 103 0 16 134 247 62 5
Binary 111 10101 10010 1000011 0 1110 1011100 10100111 110010 101

Color Harmonies of #071512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071512

Black with #071512

Text Example


Text Example

White with #071512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071512; }

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

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

background-color css

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

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

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

border-color css

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

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

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