Html Css Color HEX #6D8524 Olive Drab

📋 copy color: '#6D8524'

red 109 ◦ green 133 ◦ blue 36

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

Shades of Olive Drab #6D8524

Tints of Olive Drab #6D8524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 39.21%
G = 47.84%
B = 12.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#6D8524 (or 0x6D8524) is known color: Olive Drab. HEX triplet: 6D, 85 and 24. RGB value is (109,133,36). Sum of RGB (Red+Green+Blue) = 109+133+36=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8524 is #927ADB. Grayscale: #737373. Windows color (decimal): -9599708 or 2393453. OLE color: 2393453.

HSL color Cylindrical-coordinate representation of color #6D8524: hue angle of 74.85º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D8524 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 133 36 -
CMYK 0.18 0 0.73 0.48
HSL 74.85º 0.57% 0.33% -
HSV(B) 74.85º 0.73% 0.52% -
XYZ 15.01 20.15 4.77 -
YUV 114.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 109 133 36 0.18 0 0.73 0.48 74.85 0.57 0.33
Hex 6D 85 24 12 0 49 30 4B 39 21
Octal 155 205 44 22 0 111 60 113 71 41
Binary 1101101 10000101 100100 10010 0 1001001 110000 1001011 111001 100001

Color Harmonies of #6D8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8524

Black with #6D8524

Text Example


Text Example

White with #6D8524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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