Html Css Color HEX #6D932D Olive Drab

📋 copy color: '#6D932D'

red 109 ◦ green 147 ◦ blue 45

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

Shades of Olive Drab #6D932D

Tints of Olive Drab #6D932D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

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

R = 36.21%
G = 48.84%
B = 14.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#6D932D (or 0x6D932D) is known color: Olive Drab. HEX triplet: 6D, 93 and 2D. RGB value is (109,147,45). Sum of RGB (Red+Green+Blue) = 109+147+45=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #6D932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D932D is #926CD2. Grayscale: #7C7C7C. Windows color (decimal): -9596115 or 2986861. OLE color: 2986861.

HSL color Cylindrical-coordinate representation of color #6D932D: hue angle of 82.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D932D is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 147 45 -
CMYK 0.26 0 0.69 0.42
HSL 82.35º 0.53% 0.38% -
HSV(B) 82.35º 0.69% 0.58% -
XYZ 17.21 24.31 6.27 -
YUV 124.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 109 147 45 0.26 0 0.69 0.42 82.35 0.53 0.38
Hex 6D 93 2D 1A 0 45 2A 52 35 26
Octal 155 223 55 32 0 105 52 122 65 46
Binary 1101101 10010011 101101 11010 0 1000101 101010 1010010 110101 100110

Color Harmonies of #6D932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D932D

Black with #6D932D

Text Example


Text Example

White with #6D932D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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