Html Css Color HEX #6D832D Olive Drab

📋 copy color: '#6D832D'

red 109 ◦ green 131 ◦ blue 45

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

Shades of Olive Drab #6D832D

Tints of Olive Drab #6D832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 38.25%
G = 45.96%
B = 15.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#6D832D (or 0x6D832D) is known color: Olive Drab. HEX triplet: 6D, 83 and 2D. RGB value is (109,131,45). Sum of RGB (Red+Green+Blue) = 109+131+45=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #6D832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D832D is #927CD2. Grayscale: #727272. Windows color (decimal): -9600211 or 2982765. OLE color: 2982765.

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

Color convert

RGB 109 131 45 -
CMYK 0.17 0 0.66 0.49
HSL 75.35º 0.49% 0.35% -
HSV(B) 75.35º 0.66% 0.51% -
XYZ 14.9 19.67 5.49 -
YUV 114.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 109 131 45 0.17 0 0.66 0.49 75.35 0.49 0.35
Hex 6D 83 2D 11 0 42 31 4B 31 23
Octal 155 203 55 21 0 102 61 113 61 43
Binary 1101101 10000011 101101 10001 0 1000010 110001 1001011 110001 100011

Color Harmonies of #6D832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D832D

Black with #6D832D

Text Example


Text Example

White with #6D832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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