Html Css Color HEX #6C9518 Olive Drab

📋 copy color: '#6C9518'

red 108 ◦ green 149 ◦ blue 24

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

Shades of Olive Drab #6C9518

Tints of Olive Drab #6C9518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

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

R = 38.43%
G = 53.02%
B = 8.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#6C9518 (or 0x6C9518) is known color: Olive Drab. HEX triplet: 6C, 95 and 18. RGB value is (108,149,24). Sum of RGB (Red+Green+Blue) = 108+149+24=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9518 is #936AE7. Grayscale: #7A7A7A. Windows color (decimal): -9661160 or 1611116. OLE color: 1611116.

HSL color Cylindrical-coordinate representation of color #6C9518: hue angle of 79.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C9518 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 149 24 -
CMYK 0.28 0 0.84 0.42
HSL 79.68º 0.72% 0.34% -
HSV(B) 79.68º 0.84% 0.58% -
XYZ 17.1 24.75 4.74 -
YUV 122.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 108 149 24 0.28 0 0.84 0.42 79.68 0.72 0.34
Hex 6C 95 18 1C 0 54 2A 50 48 22
Octal 154 225 30 34 0 124 52 120 110 42
Binary 1101100 10010101 11000 11100 0 1010100 101010 1010000 1001000 100010

Color Harmonies of #6C9518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9518

Black with #6C9518

Text Example


Text Example

White with #6C9518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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