Html Css Color HEX #6D8332 Olive Drab

📋 copy color: '#6D8332'

red 109 ◦ green 131 ◦ blue 50

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

Shades of Olive Drab #6D8332

Tints of Olive Drab #6D8332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 37.59%
G = 45.17%
B = 17.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#6D8332 (or 0x6D8332) is known color: Olive Drab. HEX triplet: 6D, 83 and 32. RGB value is (109,131,50). Sum of RGB (Red+Green+Blue) = 109+131+50=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8332 is #927CCD. Grayscale: #737373. Windows color (decimal): -9600206 or 3310445. OLE color: 3310445.

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

Color convert

RGB 109 131 50 -
CMYK 0.17 0 0.62 0.49
HSL 76.3º 0.45% 0.35% -
HSV(B) 76.3º 0.62% 0.51% -
XYZ 15 19.71 6.03 -
YUV 115.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 109 131 50 0.17 0 0.62 0.49 76.3 0.45 0.35
Hex 6D 83 32 11 0 3E 31 4C 2D 23
Octal 155 203 62 21 0 76 61 114 55 43
Binary 1101101 10000011 110010 10001 0 111110 110001 1001100 101101 100011

Color Harmonies of #6D8332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8332

Black with #6D8332

Text Example


Text Example

White with #6D8332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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