Html Css Color HEX #6D941E Olive Drab

📋 copy color: '#6D941E'

red 109 ◦ green 148 ◦ blue 30

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

Shades of Olive Drab #6D941E

Tints of Olive Drab #6D941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 37.98%
G = 51.57%
B = 10.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#6D941E (or 0x6D941E) is known color: Olive Drab. HEX triplet: 6D, 94 and 1E. RGB value is (109,148,30). Sum of RGB (Red+Green+Blue) = 109+148+30=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #6D941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D941E is #926BE1. Grayscale: #7B7B7B. Windows color (decimal): -9595874 or 2004077. OLE color: 2004077.

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

Color convert

RGB 109 148 30 -
CMYK 0.26 0 0.80 0.42
HSL 79.83º 0.66% 0.35% -
HSV(B) 79.83º 0.8% 0.58% -
XYZ 17.13 24.52 5.06 -
YUV 122.89 75.58 118.09 -
System Red Green Blue C M Y K H S L
Decimal 109 148 30 0.26 0 0.80 0.42 79.83 0.66 0.35
Hex 6D 94 1E 1A 0 50 2A 50 42 23
Octal 155 224 36 32 0 120 52 120 102 43
Binary 1101101 10010100 11110 11010 0 1010000 101010 1010000 1000010 100011

Color Harmonies of #6D941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D941E

Black with #6D941E

Text Example


Text Example

White with #6D941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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