Html Css Color HEX #6D8015 Olive Drab

📋 copy color: '#6D8015'

red 109 ◦ green 128 ◦ blue 21

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

Shades of Olive Drab #6D8015

Tints of Olive Drab #6D8015

RGB

 RED value IS 109 (42.97% from 255) = 42.25%

 GREEN value IS 128 (50.39% from 255) = 49.61%

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 42.25%
G = 49.61%
B = 8.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#6D8015 (or 0x6D8015) is known color: Olive Drab. HEX triplet: 6D, 80 and 15. RGB value is (109,128,21). Sum of RGB (Red+Green+Blue) = 109+128+21=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8015 is #927FEA. Grayscale: #6E6E6E. Windows color (decimal): -9601003 or 1409133. OLE color: 1409133.

HSL color Cylindrical-coordinate representation of color #6D8015: hue angle of 70.65º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D8015 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 128 21 -
CMYK 0.15 0 0.84 0.50
HSL 70.65º 0.72% 0.29% -
HSV(B) 70.65º 0.84% 0.5% -
XYZ 14.16 18.74 3.58 -
YUV 110.12 77.71 127.2 -
System Red Green Blue C M Y K H S L
Decimal 109 128 21 0.15 0 0.84 0.50 70.65 0.72 0.29
Hex 6D 80 15 F 0 54 32 47 48 1D
Octal 155 200 25 17 0 124 62 107 110 35
Binary 1101101 10000000 10101 1111 0 1010100 110010 1000111 1001000 11101

Color Harmonies of #6D8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8015

Black with #6D8015

Text Example


Text Example

White with #6D8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D8015; }

 p { color: rgb(109,128,21); }

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

background-color css

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

 a { background-color: rgb(109,128,21); }

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

border-color css

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

 span { border-color: rgb(109,128,21); }

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