Html Css Color HEX #6D910D Olive Drab

📋 copy color: '#6D910D'

red 109 ◦ green 145 ◦ blue 13

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

Shades of Olive Drab #6D910D

Tints of Olive Drab #6D910D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 40.82%
G = 54.31%
B = 4.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#6D910D (or 0x6D910D) is known color: Olive Drab. HEX triplet: 6D, 91 and 0D. RGB value is (109,145,13). Sum of RGB (Red+Green+Blue) = 109+145+13=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #6D910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D910D is #926EF2. Grayscale: #777777. Windows color (decimal): -9596659 or 889197. OLE color: 889197.

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

Color convert

RGB 109 145 13 -
CMYK 0.25 0 0.91 0.43
HSL 76.36º 0.84% 0.31% -
HSV(B) 76.36º 0.91% 0.57% -
XYZ 16.5 23.53 4.05 -
YUV 119.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 109 145 13 0.25 0 0.91 0.43 76.36 0.84 0.31
Hex 6D 91 D 19 0 5B 2B 4C 54 1F
Octal 155 221 15 31 0 133 53 114 124 37
Binary 1101101 10010001 1101 11001 0 1011011 101011 1001100 1010100 11111

Color Harmonies of #6D910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D910D

Black with #6D910D

Text Example


Text Example

White with #6D910D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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