Html Css Color HEX #6D8D34 Olive Drab

📋 copy color: '#6D8D34'

red 109 ◦ green 141 ◦ blue 52

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

Shades of Olive Drab #6D8D34

Tints of Olive Drab #6D8D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.69%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 36.09%
G = 46.69%
B = 17.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#6D8D34 (or 0x6D8D34) is known color: Olive Drab. HEX triplet: 6D, 8D and 34. RGB value is (109,141,52). Sum of RGB (Red+Green+Blue) = 109+141+52=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8D34 is #9272CB. Grayscale: #797979. Windows color (decimal): -9597644 or 3444077. OLE color: 3444077.

HSL color Cylindrical-coordinate representation of color #6D8D34: hue angle of 81.57º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D8D34 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 141 52 -
CMYK 0.23 0 0.63 0.45
HSL 81.57º 0.46% 0.38% -
HSV(B) 81.57º 0.63% 0.55% -
XYZ 16.45 22.55 6.73 -
YUV 121.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 109 141 52 0.23 0 0.63 0.45 81.57 0.46 0.38
Hex 6D 8D 34 17 0 3F 2D 52 2E 26
Octal 155 215 64 27 0 77 55 122 56 46
Binary 1101101 10001101 110100 10111 0 111111 101101 1010010 101110 100110

Color Harmonies of #6D8D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8D34

Black with #6D8D34

Text Example


Text Example

White with #6D8D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,141,52); }

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

background-color css

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

 a { background-color: rgb(109,141,52); }

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

border-color css

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

 span { border-color: rgb(109,141,52); }

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