Html Css Color HEX #081612 Dark Green

📋 copy color: '#081612'

red 8 ◦ green 22 ◦ blue 18

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

Shades of Dark Green #081612

Tints of Dark Green #081612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 45.83%

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

R = 16.67%
G = 45.83%
B = 37.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#081612 (or 0x081612) is known color: Dark Green. HEX triplet: 08, 16 and 12. RGB value is (8,22,18). Sum of RGB (Red+Green+Blue) = 8+22+18=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 22 - color contains mainly: green. Hex color #081612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081612 is #F7E9ED. Grayscale: #111111. Windows color (decimal): -16247278 or 1185288. OLE color: 1185288.

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

Color convert

RGB 8 22 18 -
CMYK 0.64 0 0.18 0.91
HSL 162.86º 0.47% 0.06% -
HSV(B) 162.86º 0.64% 0.09% -
XYZ 0.5 0.67 0.68 -
YUV 17.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 8 22 18 0.64 0 0.18 0.91 162.86 0.47 0.06
Hex 8 16 12 40 0 12 5B A3 2F 6
Octal 10 26 22 100 0 22 133 243 57 6
Binary 1000 10110 10010 1000000 0 10010 1011011 10100011 101111 110

Color Harmonies of #081612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081612

Black with #081612

Text Example


Text Example

White with #081612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081612; }

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

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

background-color css

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

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

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

border-color css

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

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

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