Html Css Color HEX #6D9918 Olive Drab

📋 copy color: '#6D9918'

red 109 ◦ green 153 ◦ blue 24

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

Shades of Olive Drab #6D9918

Tints of Olive Drab #6D9918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.39%

R = 38.11%
G = 53.5%
B = 8.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#6D9918 (or 0x6D9918) is known color: Olive Drab. HEX triplet: 6D, 99 and 18. RGB value is (109,153,24). Sum of RGB (Red+Green+Blue) = 109+153+24=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #6D9918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9918 is #9266E7. Grayscale: #7D7D7D. Windows color (decimal): -9594600 or 1612141. OLE color: 1612141.

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

Color convert

RGB 109 153 24 -
CMYK 0.29 0 0.84 0.4
HSL 80.47º 0.73% 0.35% -
HSV(B) 80.47º 0.84% 0.6% -
XYZ 17.86 26.1 4.96 -
YUV 125.14 70.92 116.49 -
System Red Green Blue C M Y K H S L
Decimal 109 153 24 0.29 0 0.84 0.4 80.47 0.73 0.35
Hex 6D 99 18 1D 0 54 28 50 49 23
Octal 155 231 30 35 0 124 50 120 111 43
Binary 1101101 10011001 11000 11101 0 1010100 101000 1010000 1001001 100011

Color Harmonies of #6D9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9918

Black with #6D9918

Text Example


Text Example

White with #6D9918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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