Html Css Color HEX #688716 Olive Drab

📋 copy color: '#688716'

red 104 ◦ green 135 ◦ blue 22

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

Shades of Olive Drab #688716

Tints of Olive Drab #688716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.72%

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 39.85%
G = 51.72%
B = 8.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#688716 (or 0x688716) is known color: Olive Drab. HEX triplet: 68, 87 and 16. RGB value is (104,135,22). Sum of RGB (Red+Green+Blue) = 104+135+22=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #688716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688716 is #9778E9. Grayscale: #717171. Windows color (decimal): -9926890 or 1476456. OLE color: 1476456.

HSL color Cylindrical-coordinate representation of color #688716: hue angle of 76.46º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #688716 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 22 -
CMYK 0.23 0 0.84 0.47
HSL 76.46º 0.72% 0.31% -
HSV(B) 76.46º 0.84% 0.53% -
XYZ 14.52 20.33 3.92 -
YUV 112.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 104 135 22 0.23 0 0.84 0.47 76.46 0.72 0.31
Hex 68 87 16 17 0 54 2F 4C 48 1F
Octal 150 207 26 27 0 124 57 114 110 37
Binary 1101000 10000111 10110 10111 0 1010100 101111 1001100 1001000 11111

Color Harmonies of #688716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688716

Black with #688716

Text Example


Text Example

White with #688716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688716; }

 p { color: rgb(104,135,22); }

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

background-color css

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

 a { background-color: rgb(104,135,22); }

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

border-color css

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

 span { border-color: rgb(104,135,22); }

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