Html Css Color HEX #081510 Dark Green

📋 copy color: '#081510'

red 8 ◦ green 21 ◦ blue 16

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

Shades of Dark Green #081510

Tints of Dark Green #081510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 46.67%

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

R = 17.78%
G = 46.67%
B = 35.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#081510 (or 0x081510) is known color: Dark Green. HEX triplet: 08, 15 and 10. RGB value is (8,21,16). Sum of RGB (Red+Green+Blue) = 8+21+16=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #081510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081510 is #F7EAEF. Grayscale: #101010. Windows color (decimal): -16247536 or 1053960. OLE color: 1053960.

HSL color Cylindrical-coordinate representation of color #081510: hue angle of 156.92º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #081510 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 21 16 -
CMYK 0.62 0 0.24 0.92
HSL 156.92º 0.45% 0.06% -
HSV(B) 156.92º 0.62% 0.08% -
XYZ 0.46 0.63 0.59 -
YUV 16.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 8 21 16 0.62 0 0.24 0.92 156.92 0.45 0.06
Hex 8 15 10 3E 0 18 5C 9D 2D 6
Octal 10 25 20 76 0 30 134 235 55 6
Binary 1000 10101 10000 111110 0 11000 1011100 10011101 101101 110

Color Harmonies of #081510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081510

Black with #081510

Text Example


Text Example

White with #081510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081510; }

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

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

background-color css

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

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

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

border-color css

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

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

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