Html Css Color HEX #688410 Olive Drab

📋 copy color: '#688410'

red 104 ◦ green 132 ◦ blue 16

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

Shades of Olive Drab #688410

Tints of Olive Drab #688410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 41.27%
G = 52.38%
B = 6.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#688410 (or 0x688410) is known color: Olive Drab. HEX triplet: 68, 84 and 10. RGB value is (104,132,16). Sum of RGB (Red+Green+Blue) = 104+132+16=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #688410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688410 is #977BEF. Grayscale: #6E6E6E. Windows color (decimal): -9927664 or 1082472. OLE color: 1082472.

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

Color convert

RGB 104 132 16 -
CMYK 0.21 0 0.88 0.48
HSL 74.48º 0.78% 0.29% -
HSV(B) 74.48º 0.88% 0.52% -
XYZ 14.05 19.48 3.51 -
YUV 110.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 104 132 16 0.21 0 0.88 0.48 74.48 0.78 0.29
Hex 68 84 10 15 0 58 30 4A 4E 1D
Octal 150 204 20 25 0 130 60 112 116 35
Binary 1101000 10000100 10000 10101 0 1011000 110000 1001010 1001110 11101

Color Harmonies of #688410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688410

Black with #688410

Text Example


Text Example

White with #688410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688410; }

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

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

background-color css

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

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

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

border-color css

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

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

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