Html Css Color HEX #6D8314 Olive Drab

📋 copy color: '#6D8314'

red 109 ◦ green 131 ◦ blue 20

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

Shades of Olive Drab #6D8314

Tints of Olive Drab #6D8314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.38%

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 41.92%
G = 50.38%
B = 7.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#6D8314 (or 0x6D8314) is known color: Olive Drab. HEX triplet: 6D, 83 and 14. RGB value is (109,131,20). Sum of RGB (Red+Green+Blue) = 109+131+20=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8314 is #927CEB. Grayscale: #707070. Windows color (decimal): -9600236 or 1344365. OLE color: 1344365.

HSL color Cylindrical-coordinate representation of color #6D8314: hue angle of 71.89º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D8314 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 131 20 -
CMYK 0.17 0 0.85 0.49
HSL 71.89º 0.74% 0.3% -
HSV(B) 71.89º 0.85% 0.51% -
XYZ 14.55 19.53 3.67 -
YUV 111.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 109 131 20 0.17 0 0.85 0.49 71.89 0.74 0.3
Hex 6D 83 14 11 0 55 31 48 4A 1E
Octal 155 203 24 21 0 125 61 110 112 36
Binary 1101101 10000011 10100 10001 0 1010101 110001 1001000 1001010 11110

Color Harmonies of #6D8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8314

Black with #6D8314

Text Example


Text Example

White with #6D8314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,131,20); }

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

background-color css

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

 a { background-color: rgb(109,131,20); }

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

border-color css

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

 span { border-color: rgb(109,131,20); }

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