Html Css Color HEX #6D850F Olive Drab

📋 copy color: '#6D850F'

red 109 ◦ green 133 ◦ blue 15

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

Shades of Olive Drab #6D850F

Tints of Olive Drab #6D850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

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

R = 42.41%
G = 51.75%
B = 5.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#6D850F (or 0x6D850F) is known color: Olive Drab. HEX triplet: 6D, 85 and 0F. RGB value is (109,133,15). Sum of RGB (Red+Green+Blue) = 109+133+15=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #6D850F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D850F is #927AF0. Grayscale: #707070. Windows color (decimal): -9599729 or 1017197. OLE color: 1017197.

HSL color Cylindrical-coordinate representation of color #6D850F: hue angle of 72.2º 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 #6D850F is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 133 15 -
CMYK 0.18 0 0.89 0.48
HSL 72.2º 0.8% 0.29% -
HSV(B) 72.2º 0.89% 0.52% -
XYZ 14.78 20.06 3.55 -
YUV 112.37 73.05 125.59 -
System Red Green Blue C M Y K H S L
Decimal 109 133 15 0.18 0 0.89 0.48 72.2 0.8 0.29
Hex 6D 85 F 12 0 59 30 48 50 1D
Octal 155 205 17 22 0 131 60 110 120 35
Binary 1101101 10000101 1111 10010 0 1011001 110000 1001000 1010000 11101

Color Harmonies of #6D850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D850F

Black with #6D850F

Text Example


Text Example

White with #6D850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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