Html Css Color HEX #688418 Olive Drab

📋 copy color: '#688418'

red 104 ◦ green 132 ◦ blue 24

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

Shades of Olive Drab #688418

Tints of Olive Drab #688418

RGB

 RED value IS 104 (41.02% from 255) = 40%

 GREEN value IS 132 (51.95% from 255) = 50.77%

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

R = 40%
G = 50.77%
B = 9.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#688418 (or 0x688418) is known color: Olive Drab. HEX triplet: 68, 84 and 18. RGB value is (104,132,24). Sum of RGB (Red+Green+Blue) = 104+132+24=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #688418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688418 is #977BE7. Grayscale: #6F6F6F. Windows color (decimal): -9927656 or 1606760. OLE color: 1606760.

HSL color Cylindrical-coordinate representation of color #688418: hue angle of 75.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #688418 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 24 -
CMYK 0.21 0 0.82 0.48
HSL 75.56º 0.69% 0.31% -
HSV(B) 75.56º 0.82% 0.52% -
XYZ 14.13 19.51 3.89 -
YUV 111.32 78.72 122.78 -
System Red Green Blue C M Y K H S L
Decimal 104 132 24 0.21 0 0.82 0.48 75.56 0.69 0.31
Hex 68 84 18 15 0 52 30 4C 45 1F
Octal 150 204 30 25 0 122 60 114 105 37
Binary 1101000 10000100 11000 10101 0 1010010 110000 1001100 1000101 11111

Color Harmonies of #688418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688418

Black with #688418

Text Example


Text Example

White with #688418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688418; }

 p { color: rgb(104,132,24); }

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

background-color css

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

 a { background-color: rgb(104,132,24); }

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

border-color css

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

 span { border-color: rgb(104,132,24); }

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