Html Css Color HEX #6D821C Olive Drab

📋 copy color: '#6D821C'

red 109 ◦ green 130 ◦ blue 28

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

Shades of Olive Drab #6D821C

Tints of Olive Drab #6D821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 40.82%
G = 48.69%
B = 10.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#6D821C (or 0x6D821C) is known color: Olive Drab. HEX triplet: 6D, 82 and 1C. RGB value is (109,130,28). Sum of RGB (Red+Green+Blue) = 109+130+28=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #6D821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D821C is #927DE3. Grayscale: #707070. Windows color (decimal): -9600484 or 1868397. OLE color: 1868397.

HSL color Cylindrical-coordinate representation of color #6D821C: hue angle of 72.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D821C is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 130 28 -
CMYK 0.16 0 0.78 0.49
HSL 72.35º 0.65% 0.31% -
HSV(B) 72.35º 0.78% 0.51% -
XYZ 14.5 19.3 4.06 -
YUV 112.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 109 130 28 0.16 0 0.78 0.49 72.35 0.65 0.31
Hex 6D 82 1C 10 0 4E 31 48 41 1F
Octal 155 202 34 20 0 116 61 110 101 37
Binary 1101101 10000010 11100 10000 0 1001110 110001 1001000 1000001 11111

Color Harmonies of #6D821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D821C

Black with #6D821C

Text Example


Text Example

White with #6D821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,130,28); }

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

background-color css

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

 a { background-color: rgb(109,130,28); }

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

border-color css

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

 span { border-color: rgb(109,130,28); }

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