Html Css Color HEX #6D912F Olive Drab

📋 copy color: '#6D912F'

red 109 ◦ green 145 ◦ blue 47

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

Shades of Olive Drab #6D912F

Tints of Olive Drab #6D912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 36.21%
G = 48.17%
B = 15.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#6D912F (or 0x6D912F) is known color: Olive Drab. HEX triplet: 6D, 91 and 2F. RGB value is (109,145,47). Sum of RGB (Red+Green+Blue) = 109+145+47=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #6D912F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D912F is #926ED0. Grayscale: #7B7B7B. Windows color (decimal): -9596625 or 3117421. OLE color: 3117421.

HSL color Cylindrical-coordinate representation of color #6D912F: hue angle of 82.04º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D912F is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 47 -
CMYK 0.25 0 0.68 0.43
HSL 82.04º 0.51% 0.38% -
HSV(B) 82.04º 0.68% 0.57% -
XYZ 16.95 23.71 6.37 -
YUV 123.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 109 145 47 0.25 0 0.68 0.43 82.04 0.51 0.38
Hex 6D 91 2F 19 0 44 2B 52 33 26
Octal 155 221 57 31 0 104 53 122 63 46
Binary 1101101 10010001 101111 11001 0 1000100 101011 1010010 110011 100110

Color Harmonies of #6D912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D912F

Black with #6D912F

Text Example


Text Example

White with #6D912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,47); }

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

background-color css

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

 a { background-color: rgb(109,145,47); }

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

border-color css

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

 span { border-color: rgb(109,145,47); }

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