Html Css Color HEX #6D840F Olive Drab

📋 copy color: '#6D840F'

red 109 ◦ green 132 ◦ blue 15

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

Shades of Olive Drab #6D840F

Tints of Olive Drab #6D840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 42.58%
G = 51.56%
B = 5.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#6D840F (or 0x6D840F) is known color: Olive Drab. HEX triplet: 6D, 84 and 0F. RGB value is (109,132,15). Sum of RGB (Red+Green+Blue) = 109+132+15=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #6D840F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D840F is #927BF0. Grayscale: #707070. Windows color (decimal): -9599985 or 1016941. OLE color: 1016941.

HSL color Cylindrical-coordinate representation of color #6D840F: hue angle of 71.79º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D840F is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 132 15 -
CMYK 0.17 0 0.89 0.48
HSL 71.79º 0.8% 0.29% -
HSV(B) 71.79º 0.89% 0.52% -
XYZ 14.64 19.79 3.5 -
YUV 111.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 109 132 15 0.17 0 0.89 0.48 71.79 0.8 0.29
Hex 6D 84 F 11 0 59 30 48 50 1D
Octal 155 204 17 21 0 131 60 110 120 35
Binary 1101101 10000100 1111 10001 0 1011001 110000 1001000 1010000 11101

Color Harmonies of #6D840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D840F

Black with #6D840F

Text Example


Text Example

White with #6D840F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,15); }

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

background-color css

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

 a { background-color: rgb(109,132,15); }

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

border-color css

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

 span { border-color: rgb(109,132,15); }

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