Html Css Color HEX #6D870E Olive Drab

📋 copy color: '#6D870E'

red 109 ◦ green 135 ◦ blue 14

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

Shades of Olive Drab #6D870E

Tints of Olive Drab #6D870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.33%

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 42.25%
G = 52.33%
B = 5.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#6D870E (or 0x6D870E) is known color: Olive Drab. HEX triplet: 6D, 87 and 0E. RGB value is (109,135,14). Sum of RGB (Red+Green+Blue) = 109+135+14=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #6D870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D870E is #9278F1. Grayscale: #717171. Windows color (decimal): -9599218 or 952173. OLE color: 952173.

HSL color Cylindrical-coordinate representation of color #6D870E: hue angle of 72.89º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D870E is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 135 14 -
CMYK 0.19 0 0.90 0.47
HSL 72.89º 0.81% 0.29% -
HSV(B) 72.89º 0.9% 0.53% -
XYZ 15.05 20.61 3.6 -
YUV 113.43 71.89 124.84 -
System Red Green Blue C M Y K H S L
Decimal 109 135 14 0.19 0 0.90 0.47 72.89 0.81 0.29
Hex 6D 87 E 13 0 5A 2F 49 51 1D
Octal 155 207 16 23 0 132 57 111 121 35
Binary 1101101 10000111 1110 10011 0 1011010 101111 1001001 1010001 11101

Color Harmonies of #6D870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D870E

Black with #6D870E

Text Example


Text Example

White with #6D870E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,135,14); }

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

background-color css

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

 a { background-color: rgb(109,135,14); }

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

border-color css

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

 span { border-color: rgb(109,135,14); }

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