Html Css Color HEX #6D9914 Olive Drab

📋 copy color: '#6D9914'

red 109 ◦ green 153 ◦ blue 20

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

Shades of Olive Drab #6D9914

Tints of Olive Drab #6D9914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.26%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 38.65%
G = 54.26%
B = 7.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#6D9914 (or 0x6D9914) is known color: Olive Drab. HEX triplet: 6D, 99 and 14. RGB value is (109,153,20). Sum of RGB (Red+Green+Blue) = 109+153+20=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #6D9914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9914 is #9266EB. Grayscale: #7D7D7D. Windows color (decimal): -9594604 or 1349997. OLE color: 1349997.

HSL color Cylindrical-coordinate representation of color #6D9914: hue angle of 79.85º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D9914 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 153 20 -
CMYK 0.29 0 0.87 0.4
HSL 79.85º 0.77% 0.34% -
HSV(B) 79.85º 0.87% 0.6% -
XYZ 17.82 26.08 4.76 -
YUV 124.68 68.92 116.81 -
System Red Green Blue C M Y K H S L
Decimal 109 153 20 0.29 0 0.87 0.4 79.85 0.77 0.34
Hex 6D 99 14 1D 0 57 28 50 4D 22
Octal 155 231 24 35 0 127 50 120 115 42
Binary 1101101 10011001 10100 11101 0 1010111 101000 1010000 1001101 100010

Color Harmonies of #6D9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9914

Black with #6D9914

Text Example


Text Example

White with #6D9914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,153,20); }

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

background-color css

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

 a { background-color: rgb(109,153,20); }

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

border-color css

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

 span { border-color: rgb(109,153,20); }

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