Html Css Color HEX #081010 Dark Green

📋 copy color: '#081010'

red 8 ◦ green 16 ◦ blue 16

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

Shades of Dark Green #081010

Tints of Dark Green #081010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 40%

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

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#081010 (or 0x081010) is known color: Dark Green. HEX triplet: 08, 10 and 10. RGB value is (8,16,16). Sum of RGB (Red+Green+Blue) = 8+16+16=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #081010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081010 is #F7EFEF. Grayscale: #0D0D0D. Windows color (decimal): -16248816 or 1052680. OLE color: 1052680.

HSL color Cylindrical-coordinate representation of color #081010: hue angle of 180º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #081010 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 16 16 -
CMYK 0.50 0 0 0.94
HSL 180º 0.33% 0.05% -
HSV(B) 180º 0.5% 0.06% -
XYZ 0.38 0.46 0.56 -
YUV 13.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 8 16 16 0.50 0 0 0.94 180 0.33 0.05
Hex 8 10 10 32 0 0 5E B4 21 5
Octal 10 20 20 62 0 0 136 264 41 5
Binary 1000 10000 10000 110010 0 0 1011110 10110100 100001 101

Color Harmonies of #081010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081010

Black with #081010

Text Example


Text Example

White with #081010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081010; }

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

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

background-color css

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

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

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

border-color css

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

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

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