Html Css Color HEX #688918 Olive Drab

📋 copy color: '#688918'

red 104 ◦ green 137 ◦ blue 24

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

Shades of Olive Drab #688918

Tints of Olive Drab #688918

RGB

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

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

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

R = 39.25%
G = 51.7%
B = 9.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#688918 (or 0x688918) is known color: Olive Drab. HEX triplet: 68, 89 and 18. RGB value is (104,137,24). Sum of RGB (Red+Green+Blue) = 104+137+24=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #688918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688918 is #9776E7. Grayscale: #727272. Windows color (decimal): -9926376 or 1608040. OLE color: 1608040.

HSL color Cylindrical-coordinate representation of color #688918: hue angle of 77.52º 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 #688918 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 24 -
CMYK 0.24 0 0.82 0.46
HSL 77.52º 0.7% 0.32% -
HSV(B) 77.52º 0.82% 0.54% -
XYZ 14.82 20.9 4.12 -
YUV 114.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 104 137 24 0.24 0 0.82 0.46 77.52 0.7 0.32
Hex 68 89 18 18 0 52 2E 4E 46 20
Octal 150 211 30 30 0 122 56 116 106 40
Binary 1101000 10001001 11000 11000 0 1010010 101110 1001110 1000110 100000

Color Harmonies of #688918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688918

Black with #688918

Text Example


Text Example

White with #688918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688918; }

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

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

background-color css

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

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

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

border-color css

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

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

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