Html Css Color HEX #6D910C Olive Drab

📋 copy color: '#6D910C'

red 109 ◦ green 145 ◦ blue 12

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

Shades of Olive Drab #6D910C

Tints of Olive Drab #6D910C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 40.98%
G = 54.51%
B = 4.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#6D910C (or 0x6D910C) is known color: Olive Drab. HEX triplet: 6D, 91 and 0C. RGB value is (109,145,12). Sum of RGB (Red+Green+Blue) = 109+145+12=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #6D910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D910C is #926EF3. Grayscale: #777777. Windows color (decimal): -9596660 or 823661. OLE color: 823661.

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

Color convert

RGB 109 145 12 -
CMYK 0.25 0 0.92 0.43
HSL 76.24º 0.85% 0.31% -
HSV(B) 76.24º 0.92% 0.57% -
XYZ 16.5 23.53 4.02 -
YUV 119.07 67.57 120.81 -
System Red Green Blue C M Y K H S L
Decimal 109 145 12 0.25 0 0.92 0.43 76.24 0.85 0.31
Hex 6D 91 C 19 0 5C 2B 4C 55 1F
Octal 155 221 14 31 0 134 53 114 125 37
Binary 1101101 10010001 1100 11001 0 1011100 101011 1001100 1010101 11111

Color Harmonies of #6D910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D910C

Black with #6D910C

Text Example


Text Example

White with #6D910C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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