Html Css Color HEX #6D8017 Olive Drab

📋 copy color: '#6D8017'

red 109 ◦ green 128 ◦ blue 23

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

Shades of Olive Drab #6D8017

Tints of Olive Drab #6D8017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 41.92%
G = 49.23%
B = 8.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#6D8017 (or 0x6D8017) is known color: Olive Drab. HEX triplet: 6D, 80 and 17. RGB value is (109,128,23). Sum of RGB (Red+Green+Blue) = 109+128+23=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8017 is #927FE8. Grayscale: #6E6E6E. Windows color (decimal): -9601001 or 1540205. OLE color: 1540205.

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

Color convert

RGB 109 128 23 -
CMYK 0.15 0 0.82 0.50
HSL 70.86º 0.7% 0.3% -
HSV(B) 70.86º 0.82% 0.5% -
XYZ 14.18 18.75 3.68 -
YUV 110.35 78.71 127.04 -
System Red Green Blue C M Y K H S L
Decimal 109 128 23 0.15 0 0.82 0.50 70.86 0.7 0.3
Hex 6D 80 17 F 0 52 32 47 46 1E
Octal 155 200 27 17 0 122 62 107 106 36
Binary 1101101 10000000 10111 1111 0 1010010 110010 1000111 1000110 11110

Color Harmonies of #6D8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8017

Black with #6D8017

Text Example


Text Example

White with #6D8017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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