Html Css Color HEX #6D8313 Olive Drab

📋 copy color: '#6D8313'

red 109 ◦ green 131 ◦ blue 19

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

Shades of Olive Drab #6D8313

Tints of Olive Drab #6D8313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 42.08%
G = 50.58%
B = 7.34%

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

#6D8313 (or 0x6D8313) is known color: Olive Drab. HEX triplet: 6D, 83 and 13. RGB value is (109,131,19). Sum of RGB (Red+Green+Blue) = 109+131+19=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8313 is #927CEC. Grayscale: #707070. Windows color (decimal): -9600237 or 1278829. OLE color: 1278829.

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

Color convert

RGB 109 131 19 -
CMYK 0.17 0 0.85 0.49
HSL 71.79º 0.75% 0.29% -
HSV(B) 71.79º 0.85% 0.51% -
XYZ 14.54 19.53 3.62 -
YUV 111.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 109 131 19 0.17 0 0.85 0.49 71.79 0.75 0.29
Hex 6D 83 13 11 0 55 31 48 4B 1D
Octal 155 203 23 21 0 125 61 110 113 35
Binary 1101101 10000011 10011 10001 0 1010101 110001 1001000 1001011 11101

Color Harmonies of #6D8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8313

Black with #6D8313

Text Example


Text Example

White with #6D8313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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