Html Css Color HEX #688332 Olive Drab

📋 copy color: '#688332'

red 104 ◦ green 131 ◦ blue 50

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

Shades of Olive Drab #688332

Tints of Olive Drab #688332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 36.49%
G = 45.96%
B = 17.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#688332 (or 0x688332) is known color: Olive Drab. HEX triplet: 68, 83 and 32. RGB value is (104,131,50). Sum of RGB (Red+Green+Blue) = 104+131+50=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #688332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688332 is #977CCD. Grayscale: #717171. Windows color (decimal): -9927886 or 3310440. OLE color: 3310440.

HSL color Cylindrical-coordinate representation of color #688332: hue angle of 80º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #688332 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 50 -
CMYK 0.21 0 0.62 0.49
HSL 80º 0.45% 0.35% -
HSV(B) 80º 0.62% 0.51% -
XYZ 14.4 19.41 6 -
YUV 113.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 104 131 50 0.21 0 0.62 0.49 80 0.45 0.35
Hex 68 83 32 15 0 3E 31 50 2D 23
Octal 150 203 62 25 0 76 61 120 55 43
Binary 1101000 10000011 110010 10101 0 111110 110001 1010000 101101 100011

Color Harmonies of #688332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688332

Black with #688332

Text Example


Text Example

White with #688332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688332; }

 p { color: rgb(104,131,50); }

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

background-color css

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

 a { background-color: rgb(104,131,50); }

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

border-color css

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

 span { border-color: rgb(104,131,50); }

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