Html Css Color HEX #688532 Olive Drab

📋 copy color: '#688532'

red 104 ◦ green 133 ◦ blue 50

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

Shades of Olive Drab #688532

Tints of Olive Drab #688532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 36.24%
G = 46.34%
B = 17.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#688532 (or 0x688532) is known color: Olive Drab. HEX triplet: 68, 85 and 32. RGB value is (104,133,50). Sum of RGB (Red+Green+Blue) = 104+133+50=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #688532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688532 is #977ACD. Grayscale: #737373. Windows color (decimal): -9927374 or 3310952. OLE color: 3310952.

HSL color Cylindrical-coordinate representation of color #688532: hue angle of 80.96º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #688532 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 50 -
CMYK 0.22 0 0.62 0.48
HSL 80.96º 0.45% 0.36% -
HSV(B) 80.96º 0.62% 0.52% -
XYZ 14.67 19.95 6.09 -
YUV 114.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 104 133 50 0.22 0 0.62 0.48 80.96 0.45 0.36
Hex 68 85 32 16 0 3E 30 51 2D 24
Octal 150 205 62 26 0 76 60 121 55 44
Binary 1101000 10000101 110010 10110 0 111110 110000 1010001 101101 100100

Color Harmonies of #688532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688532

Black with #688532

Text Example


Text Example

White with #688532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688532; }

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

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

background-color css

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

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

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

border-color css

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

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

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