Html Css Color HEX #6C8918 Olive Drab

📋 copy color: '#6C8918'

red 108 ◦ green 137 ◦ blue 24

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

Shades of Olive Drab #6C8918

Tints of Olive Drab #6C8918

RGB

 RED value IS 108 (42.58% from 255) = 40.15%

 GREEN value IS 137 (53.91% from 255) = 50.93%

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

R = 40.15%
G = 50.93%
B = 8.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#6C8918 (or 0x6C8918) is known color: Olive Drab. HEX triplet: 6C, 89 and 18. RGB value is (108,137,24). Sum of RGB (Red+Green+Blue) = 108+137+24=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #6C8918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8918 is #9376E7. Grayscale: #737373. Windows color (decimal): -9664232 or 1608044. OLE color: 1608044.

HSL color Cylindrical-coordinate representation of color #6C8918: hue angle of 75.4º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C8918 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 137 24 -
CMYK 0.21 0 0.82 0.46
HSL 75.4º 0.7% 0.32% -
HSV(B) 75.4º 0.82% 0.54% -
XYZ 15.29 21.15 4.14 -
YUV 115.45 76.39 122.69 -
System Red Green Blue C M Y K H S L
Decimal 108 137 24 0.21 0 0.82 0.46 75.4 0.7 0.32
Hex 6C 89 18 15 0 52 2E 4B 46 20
Octal 154 211 30 25 0 122 56 113 106 40
Binary 1101100 10001001 11000 10101 0 1010010 101110 1001011 1000110 100000

Color Harmonies of #6C8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8918

Black with #6C8918

Text Example


Text Example

White with #6C8918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,137,24); }

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

background-color css

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

 a { background-color: rgb(108,137,24); }

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

border-color css

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

 span { border-color: rgb(108,137,24); }

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