Html Css Color HEX #6D8A32 Olive Drab

📋 copy color: '#6D8A32'

red 109 ◦ green 138 ◦ blue 50

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

Shades of Olive Drab #6D8A32

Tints of Olive Drab #6D8A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.46%

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

R = 36.7%
G = 46.46%
B = 16.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#6D8A32 (or 0x6D8A32) is known color: Olive Drab. HEX triplet: 6D, 8A and 32. RGB value is (109,138,50). Sum of RGB (Red+Green+Blue) = 109+138+50=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8A32 is #9275CD. Grayscale: #777777. Windows color (decimal): -9598414 or 3312237. OLE color: 3312237.

HSL color Cylindrical-coordinate representation of color #6D8A32: hue angle of 79.77º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D8A32 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 138 50 -
CMYK 0.21 0 0.64 0.46
HSL 79.77º 0.47% 0.37% -
HSV(B) 79.77º 0.64% 0.54% -
XYZ 15.97 21.66 6.36 -
YUV 119.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 109 138 50 0.21 0 0.64 0.46 79.77 0.47 0.37
Hex 6D 8A 32 15 0 40 2E 50 2F 25
Octal 155 212 62 25 0 100 56 120 57 45
Binary 1101101 10001010 110010 10101 0 1000000 101110 1010000 101111 100101

Color Harmonies of #6D8A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8A32

Black with #6D8A32

Text Example


Text Example

White with #6D8A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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