Html Css Color HEX #6C9418 Olive Drab

📋 copy color: '#6C9418'

red 108 ◦ green 148 ◦ blue 24

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

Shades of Olive Drab #6C9418

Tints of Olive Drab #6C9418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.86%

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

R = 38.57%
G = 52.86%
B = 8.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#6C9418 (or 0x6C9418) is known color: Olive Drab. HEX triplet: 6C, 94 and 18. RGB value is (108,148,24). Sum of RGB (Red+Green+Blue) = 108+148+24=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9418 is #936BE7. Grayscale: #7A7A7A. Windows color (decimal): -9661416 or 1610860. OLE color: 1610860.

HSL color Cylindrical-coordinate representation of color #6C9418: hue angle of 79.35º 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 #6C9418 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 148 24 -
CMYK 0.27 0 0.84 0.42
HSL 79.35º 0.72% 0.34% -
HSV(B) 79.35º 0.84% 0.58% -
XYZ 16.94 24.43 4.69 -
YUV 121.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 108 148 24 0.27 0 0.84 0.42 79.35 0.72 0.34
Hex 6C 94 18 1B 0 54 2A 4F 48 22
Octal 154 224 30 33 0 124 52 117 110 42
Binary 1101100 10010100 11000 11011 0 1010100 101010 1001111 1001000 100010

Color Harmonies of #6C9418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9418

Black with #6C9418

Text Example


Text Example

White with #6C9418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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