Html Css Color HEX #081712 Dark Green

📋 copy color: '#081712'

red 8 ◦ green 23 ◦ blue 18

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

Shades of Dark Green #081712

Tints of Dark Green #081712

RGB

 RED value IS 8 (3.52% from 255) = 16.33%

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

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

R = 16.33%
G = 46.94%
B = 36.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#081712 (or 0x081712) is known color: Dark Green. HEX triplet: 08, 17 and 12. RGB value is (8,23,18). Sum of RGB (Red+Green+Blue) = 8+23+18=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 23 - color contains mainly: green. Hex color #081712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081712 is #F7E8ED. Grayscale: #111111. Windows color (decimal): -16247022 or 1185544. OLE color: 1185544.

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

Color convert

RGB 8 23 18 -
CMYK 0.65 0 0.22 0.91
HSL 160º 0.48% 0.06% -
HSV(B) 160º 0.65% 0.09% -
XYZ 0.52 0.71 0.68 -
YUV 17.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 8 23 18 0.65 0 0.22 0.91 160 0.48 0.06
Hex 8 17 12 41 0 16 5B A0 30 6
Octal 10 27 22 101 0 26 133 240 60 6
Binary 1000 10111 10010 1000001 0 10110 1011011 10100000 110000 110

Color Harmonies of #081712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081712

Black with #081712

Text Example


Text Example

White with #081712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081712; }

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

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

background-color css

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

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

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

border-color css

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

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

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