Html Css Color HEX #6D832E Olive Drab

📋 copy color: '#6D832E'

red 109 ◦ green 131 ◦ blue 46

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

Shades of Olive Drab #6D832E

Tints of Olive Drab #6D832E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 38.11%
G = 45.8%
B = 16.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#6D832E (or 0x6D832E) is known color: Olive Drab. HEX triplet: 6D, 83 and 2E. RGB value is (109,131,46). Sum of RGB (Red+Green+Blue) = 109+131+46=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #6D832E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D832E is #927CD1. Grayscale: #737373. Windows color (decimal): -9600210 or 3048301. OLE color: 3048301.

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

Color convert

RGB 109 131 46 -
CMYK 0.17 0 0.65 0.49
HSL 75.53º 0.48% 0.35% -
HSV(B) 75.53º 0.65% 0.51% -
XYZ 14.92 19.68 5.6 -
YUV 114.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 109 131 46 0.17 0 0.65 0.49 75.53 0.48 0.35
Hex 6D 83 2E 11 0 41 31 4C 30 23
Octal 155 203 56 21 0 101 61 114 60 43
Binary 1101101 10000011 101110 10001 0 1000001 110001 1001100 110000 100011

Color Harmonies of #6D832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D832E

Black with #6D832E

Text Example


Text Example

White with #6D832E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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