Html Css Color HEX #6D8232 Olive Drab

📋 copy color: '#6D8232'

red 109 ◦ green 130 ◦ blue 50

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

Shades of Olive Drab #6D8232

Tints of Olive Drab #6D8232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

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

R = 37.72%
G = 44.98%
B = 17.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#6D8232 (or 0x6D8232) is known color: Olive Drab. HEX triplet: 6D, 82 and 32. RGB value is (109,130,50). Sum of RGB (Red+Green+Blue) = 109+130+50=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8232 is #927DCD. Grayscale: #727272. Windows color (decimal): -9600462 or 3310189. OLE color: 3310189.

HSL color Cylindrical-coordinate representation of color #6D8232: hue angle of 75.75º degrees, saturation: 0.44, 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 #6D8232 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 130 50 -
CMYK 0.16 0 0.62 0.49
HSL 75.75º 0.44% 0.35% -
HSV(B) 75.75º 0.62% 0.51% -
XYZ 14.87 19.45 5.99 -
YUV 114.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 109 130 50 0.16 0 0.62 0.49 75.75 0.44 0.35
Hex 6D 82 32 10 0 3E 31 4C 2C 23
Octal 155 202 62 20 0 76 61 114 54 43
Binary 1101101 10000010 110010 10000 0 111110 110001 1001100 101100 100011

Color Harmonies of #6D8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8232

Black with #6D8232

Text Example


Text Example

White with #6D8232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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