Html Css Color HEX #688324 Olive Drab

📋 copy color: '#688324'

red 104 ◦ green 131 ◦ blue 36

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

Shades of Olive Drab #688324

Tints of Olive Drab #688324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 38.38%
G = 48.34%
B = 13.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#688324 (or 0x688324) is known color: Olive Drab. HEX triplet: 68, 83 and 24. RGB value is (104,131,36). Sum of RGB (Red+Green+Blue) = 104+131+36=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #688324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688324 is #977CDB. Grayscale: #707070. Windows color (decimal): -9927900 or 2392936. OLE color: 2392936.

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

Color convert

RGB 104 131 36 -
CMYK 0.21 0 0.73 0.49
HSL 77.05º 0.57% 0.33% -
HSV(B) 77.05º 0.73% 0.51% -
XYZ 14.14 19.3 4.65 -
YUV 112.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 104 131 36 0.21 0 0.73 0.49 77.05 0.57 0.33
Hex 68 83 24 15 0 49 31 4D 39 21
Octal 150 203 44 25 0 111 61 115 71 41
Binary 1101000 10000011 100100 10101 0 1001001 110001 1001101 111001 100001

Color Harmonies of #688324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688324

Black with #688324

Text Example


Text Example

White with #688324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688324; }

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

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

background-color css

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

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

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

border-color css

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

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

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