Html Css Color HEX #688425 Olive Drab

📋 copy color: '#688425'

red 104 ◦ green 132 ◦ blue 37

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

Shades of Olive Drab #688425

Tints of Olive Drab #688425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 38.1%
G = 48.35%
B = 13.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#688425 (or 0x688425) is known color: Olive Drab. HEX triplet: 68, 84 and 25. RGB value is (104,132,37). Sum of RGB (Red+Green+Blue) = 104+132+37=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #688425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688425 is #977BDA. Grayscale: #717171. Windows color (decimal): -9927643 or 2458728. OLE color: 2458728.

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

Color convert

RGB 104 132 37 -
CMYK 0.21 0 0.72 0.48
HSL 77.68º 0.56% 0.33% -
HSV(B) 77.68º 0.72% 0.52% -
XYZ 14.29 19.58 4.78 -
YUV 112.8 85.22 121.72 -
System Red Green Blue C M Y K H S L
Decimal 104 132 37 0.21 0 0.72 0.48 77.68 0.56 0.33
Hex 68 84 25 15 0 48 30 4E 38 21
Octal 150 204 45 25 0 110 60 116 70 41
Binary 1101000 10000100 100101 10101 0 1001000 110000 1001110 111000 100001

Color Harmonies of #688425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688425

Black with #688425

Text Example


Text Example

White with #688425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688425; }

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

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

background-color css

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

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

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

border-color css

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

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

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