Html Css Color HEX #6D9410 Olive Drab

📋 copy color: '#6D9410'

red 109 ◦ green 148 ◦ blue 16

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

Shades of Olive Drab #6D9410

Tints of Olive Drab #6D9410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 39.93%
G = 54.21%
B = 5.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#6D9410 (or 0x6D9410) is known color: Olive Drab. HEX triplet: 6D, 94 and 10. RGB value is (109,148,16). Sum of RGB (Red+Green+Blue) = 109+148+16=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9410 is #926BEF. Grayscale: #797979. Windows color (decimal): -9595888 or 1086573. OLE color: 1086573.

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

Color convert

RGB 109 148 16 -
CMYK 0.26 0 0.89 0.42
HSL 77.73º 0.8% 0.32% -
HSV(B) 77.73º 0.89% 0.58% -
XYZ 16.99 24.47 4.32 -
YUV 121.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 109 148 16 0.26 0 0.89 0.42 77.73 0.8 0.32
Hex 6D 94 10 1A 0 59 2A 4E 50 20
Octal 155 224 20 32 0 131 52 116 120 40
Binary 1101101 10010100 10000 11010 0 1011001 101010 1001110 1010000 100000

Color Harmonies of #6D9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9410

Black with #6D9410

Text Example


Text Example

White with #6D9410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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