Html Css Color HEX #081616 Dark Green

📋 copy color: '#081616'

red 8 ◦ green 22 ◦ blue 22

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

Shades of Dark Green #081616

Tints of Dark Green #081616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 42.31%

R = 15.38%
G = 42.31%
B = 42.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#081616 (or 0x081616) is known color: Dark Green. HEX triplet: 08, 16 and 16. RGB value is (8,22,22). Sum of RGB (Red+Green+Blue) = 8+22+22=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: green, blue. Hex color #081616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081616 is #F7E9E9. Grayscale: #111111. Windows color (decimal): -16247274 or 1447432. OLE color: 1447432.

HSL color Cylindrical-coordinate representation of color #081616: hue angle of 180º 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 #081616 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 22 22 -
CMYK 0.64 0 0 0.91
HSL 180º 0.47% 0.06% -
HSV(B) 180º 0.64% 0.09% -
XYZ 0.53 0.68 0.86 -
YUV 17.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 8 22 22 0.64 0 0 0.91 180 0.47 0.06
Hex 8 16 16 40 0 0 5B B4 2F 6
Octal 10 26 26 100 0 0 133 264 57 6
Binary 1000 10110 10110 1000000 0 0 1011011 10110100 101111 110

Color Harmonies of #081616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081616

Black with #081616

Text Example


Text Example

White with #081616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081616; }

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

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

background-color css

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

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

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

border-color css

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

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

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