Html Css Color HEX #6D941F Olive Drab

📋 copy color: '#6D941F'

red 109 ◦ green 148 ◦ blue 31

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

Shades of Olive Drab #6D941F

Tints of Olive Drab #6D941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.39%

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 37.85%
G = 51.39%
B = 10.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#6D941F (or 0x6D941F) is known color: Olive Drab. HEX triplet: 6D, 94 and 1F. RGB value is (109,148,31). Sum of RGB (Red+Green+Blue) = 109+148+31=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #6D941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D941F is #926BE0. Grayscale: #7B7B7B. Windows color (decimal): -9595873 or 2069613. OLE color: 2069613.

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

Color convert

RGB 109 148 31 -
CMYK 0.26 0 0.79 0.42
HSL 80º 0.65% 0.35% -
HSV(B) 80º 0.79% 0.58% -
XYZ 17.14 24.53 5.13 -
YUV 123 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 109 148 31 0.26 0 0.79 0.42 80 0.65 0.35
Hex 6D 94 1F 1A 0 4F 2A 50 41 23
Octal 155 224 37 32 0 117 52 120 101 43
Binary 1101101 10010100 11111 11010 0 1001111 101010 1010000 1000001 100011

Color Harmonies of #6D941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D941F

Black with #6D941F

Text Example


Text Example

White with #6D941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,148,31); }

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

background-color css

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

 a { background-color: rgb(109,148,31); }

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

border-color css

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

 span { border-color: rgb(109,148,31); }

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