Html Css Color HEX #6D8224 Olive Drab

📋 copy color: '#6D8224'

red 109 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #6D8224

Tints of Olive Drab #6D8224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.09%

R = 39.64%
G = 47.27%
B = 13.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#6D8224 (or 0x6D8224) is known color: Olive Drab. HEX triplet: 6D, 82 and 24. RGB value is (109,130,36). Sum of RGB (Red+Green+Blue) = 109+130+36=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8224 is #927DDB. Grayscale: #717171. Windows color (decimal): -9600476 or 2392685. OLE color: 2392685.

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

Color convert

RGB 109 130 36 -
CMYK 0.16 0 0.72 0.49
HSL 73.4º 0.57% 0.33% -
HSV(B) 73.4º 0.72% 0.51% -
XYZ 14.61 19.34 4.63 -
YUV 113.01 84.54 125.14 -
System Red Green Blue C M Y K H S L
Decimal 109 130 36 0.16 0 0.72 0.49 73.4 0.57 0.33
Hex 6D 82 24 10 0 48 31 49 39 21
Octal 155 202 44 20 0 110 61 111 71 41
Binary 1101101 10000010 100100 10000 0 1001000 110001 1001001 111001 100001

Color Harmonies of #6D8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8224

Black with #6D8224

Text Example


Text Example

White with #6D8224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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