Html Css Color HEX #6D941C Olive Drab

📋 copy color: '#6D941C'

red 109 ◦ green 148 ◦ blue 28

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

Shades of Olive Drab #6D941C

Tints of Olive Drab #6D941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 38.25%
G = 51.93%
B = 9.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#6D941C (or 0x6D941C) is known color: Olive Drab. HEX triplet: 6D, 94 and 1C. RGB value is (109,148,28). Sum of RGB (Red+Green+Blue) = 109+148+28=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #6D941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D941C is #926BE3. Grayscale: #7B7B7B. Windows color (decimal): -9595876 or 1873005. OLE color: 1873005.

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

Color convert

RGB 109 148 28 -
CMYK 0.26 0 0.81 0.42
HSL 79.5º 0.68% 0.35% -
HSV(B) 79.5º 0.81% 0.58% -
XYZ 17.11 24.51 4.93 -
YUV 122.66 74.58 118.26 -
System Red Green Blue C M Y K H S L
Decimal 109 148 28 0.26 0 0.81 0.42 79.5 0.68 0.35
Hex 6D 94 1C 1A 0 51 2A 50 44 23
Octal 155 224 34 32 0 121 52 120 104 43
Binary 1101101 10010100 11100 11010 0 1010001 101010 1010000 1000100 100011

Color Harmonies of #6D941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D941C

Black with #6D941C

Text Example


Text Example

White with #6D941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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