Html Css Color HEX #071712 Dark Green

📋 copy color: '#071712'

red 7 ◦ green 23 ◦ blue 18

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

Shades of Dark Green #071712

Tints of Dark Green #071712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 47.92%

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

R = 14.58%
G = 47.92%
B = 37.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#071712 (or 0x071712) is known color: Dark Green. HEX triplet: 07, 17 and 12. RGB value is (7,23,18). Sum of RGB (Red+Green+Blue) = 7+23+18=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #071712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071712 is #F8E8ED. Grayscale: #111111. Windows color (decimal): -16312558 or 1185543. OLE color: 1185543.

HSL color Cylindrical-coordinate representation of color #071712: hue angle of 161.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #071712 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 23 18 -
CMYK 0.70 0 0.22 0.91
HSL 161.25º 0.53% 0.06% -
HSV(B) 161.25º 0.7% 0.09% -
XYZ 0.5 0.7 0.68 -
YUV 17.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 7 23 18 0.70 0 0.22 0.91 161.25 0.53 0.06
Hex 7 17 12 46 0 16 5B A1 35 6
Octal 7 27 22 106 0 26 133 241 65 6
Binary 111 10111 10010 1000110 0 10110 1011011 10100001 110101 110

Color Harmonies of #071712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071712

Black with #071712

Text Example


Text Example

White with #071712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071712; }

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

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

background-color css

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

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

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

border-color css

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

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

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