Html Css Color HEX #081610 Dark Green

📋 copy color: '#081610'

red 8 ◦ green 22 ◦ blue 16

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

Shades of Dark Green #081610

Tints of Dark Green #081610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 34.78%

R = 17.39%
G = 47.83%
B = 34.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.91

RGB Variations

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

Color information

#081610 (or 0x081610) is known color: Dark Green. HEX triplet: 08, 16 and 10. RGB value is (8,22,16). Sum of RGB (Red+Green+Blue) = 8+22+16=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #081610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081610 is #F7E9EF. Grayscale: #111111. Windows color (decimal): -16247280 or 1054216. OLE color: 1054216.

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

Color convert

RGB 8 22 16 -
CMYK 0.64 0 0.27 0.91
HSL 154.29º 0.47% 0.06% -
HSV(B) 154.29º 0.64% 0.09% -
XYZ 0.48 0.66 0.59 -
YUV 17.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 8 22 16 0.64 0 0.27 0.91 154.29 0.47 0.06
Hex 8 16 10 40 0 1B 5B 9A 2F 6
Octal 10 26 20 100 0 33 133 232 57 6
Binary 1000 10110 10000 1000000 0 11011 1011011 10011010 101111 110

Color Harmonies of #081610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081610

Black with #081610

Text Example


Text Example

White with #081610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081610; }

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

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

background-color css

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

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

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

border-color css

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

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

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